aboutsummaryrefslogtreecommitdiff
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
commitda316a69fe2da50016c8caa57b319a1fd9a13fd2 (patch)
tree3d2a18232a3255164b7574cc02f764724ef48b59 /gdb/doc
parent14d6dd6880dcc7a341c2f0483c0ce01c9320cca8 (diff)
downloadgdb-da316a69fe2da50016c8caa57b319a1fd9a13fd2.zip
gdb-da316a69fe2da50016c8caa57b319a1fd9a13fd2.tar.gz
gdb-da316a69fe2da50016c8caa57b319a1fd9a13fd2.tar.bz2
*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 d13f099..fc2459a 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 a19682b..76c4f69 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