diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-05-08 05:40:44 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-05-08 05:40:44 +0000 |
commit | 9a005eb9f9b844d16474d40d3f5d966eb029633e (patch) | |
tree | 263228b7fca032d53c501d30a76fe482a58ee02a /gdb/doc | |
parent | 2f9ea77e8af1e8a57112cf163c2114f1d0502b99 (diff) | |
download | gdb-9a005eb9f9b844d16474d40d3f5d966eb029633e.zip gdb-9a005eb9f9b844d16474d40d3f5d966eb029633e.tar.gz gdb-9a005eb9f9b844d16474d40d3f5d966eb029633e.tar.bz2 |
Document set/show debug aix-solib.
gdb/doc/ChangeLog:
* gdb.texinfo (Debugging Output): Add documentation of
"set debug aix-solib" and "show debug aix-solib" commands.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 324dd9d..4becbe9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-05-08 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo (Debugging Output): Add documentation of + "set debug aix-solib" and "show debug aix-solib" commands. + 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> * gdb.texinfo (Nios II): New section. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 39730c2..f685cd2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22134,6 +22134,12 @@ ARM AArch64. Turns on or off display of gdbarch debugging info. The default is off @item show debug arch Displays the current state of displaying gdbarch debugging info. +@item set debug aix-solib +@cindex AIX shared library debugging +Control display of debugging messages from the AIX shared library +support module. The default is off. +@item show debug aix-thread +Show the current state of displaying AIX shared library debugging messages. @item set debug aix-thread @cindex AIX threads Display debugging messages about inner workings of the AIX thread |