summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-04-15 12:09:49 +0000
committerEli Zaretskii <eliz@gnu.org>2005-04-15 12:09:49 +0000
commitb05c6ea3053841d0c00ab8eb68cc1fe7dc801609 (patch)
tree1419347184642357e33bf60da8d6f8f128ab0674 /gdb/doc
parentbdcbbc53e6270e86ac7f9182f107875514a73fb6 (diff)
downloadgdb-b05c6ea3053841d0c00ab8eb68cc1fe7dc801609.tar.gz
*gdb.texinfo (Debugging Output): Document "set/show debug lin-lwp".
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog3
-rw-r--r--gdb/doc/gdb.texinfo14
2 files changed, 16 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index d13f099ffd2..fc2459ac2b0 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -2,6 +2,9 @@
* gdb.texinfo (Hurd Native): New subsection, documents
Hurd-specific commands.
+ (Maintenance Commands): Add cross-reference to "Debugging
+ Output".
+ (Debugging Output): Document "set/show debug lin-lwp".
2005-04-09 Eli Zaretskii <eliz@gnu.org>
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index a19682bc332..76c4f695b97 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -14613,6 +14613,11 @@ Displays state of confirmation requests.
@section Optional messages about internal happenings
@cindex optional debugging messages
+@value{GDBN} has commands that enable optional debugging messages from
+various @value{GDBN} subsystems; normally these commands are of
+interest to @value{GDBN} maintainers, or when reporting a bug. This
+section documents those commands.
+
@table @code
@kindex set exec-done-display
@item set exec-done-display
@@ -14659,6 +14664,12 @@ The default is off. @file{infrun.c} contains GDB's runtime state machine used
for implementing operations such as single-stepping the inferior.
@item show debug infrun
Displays the current state of @value{GDBN} inferior debugging.
+@item set debug lin-lwp
+@cindex @sc{gnu}/Linux LWP debug messages
+@cindex Linux lightweight processes
+Turns on or off debugging messages from the LWP debug support.
+@item show debug lin-lwp
+Show the current state of Linux LWP debugging messages.
@item set debug observer
@cindex observer debugging info
Turns on or off display of @value{GDBN} observer debugging. This
@@ -20644,7 +20655,8 @@ needed for special purposes only.
In addition to commands intended for @value{GDBN} users, @value{GDBN}
includes a number of commands intended for @value{GDBN} developers,
that are not documented elsewhere in this manual. These commands are
-provided here for reference.
+provided here for reference. (For commands that turn on debugging
+messages, see @ref{Debugging Output}.)
@table @code
@kindex maint agent