From 9a005eb9f9b844d16474d40d3f5d966eb029633e Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 8 May 2013 05:40:44 +0000 Subject: [PATCH] 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. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 6 ++++++ 2 files changed, 11 insertions(+) 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 + + * gdb.texinfo (Debugging Output): Add documentation of + "set debug aix-solib" and "show debug aix-solib" commands. + 2013-05-06 Sandra Loosemore * 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 -- 2.7.4