aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2022-11-28 11:43:13 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2022-12-02 14:40:24 -0500
commite26d0dab1018d9ed6eaf3ab127ce9928cd8ac271 (patch)
tree1d7c5a87c703d5db087903925e866b170cc03a45 /gdb/doc
parentac57bf55472df186dc9fb63f7787f740d457f473 (diff)
downloadfsf-binutils-gdb-e26d0dab1018d9ed6eaf3ab127ce9928cd8ac271.zip
fsf-binutils-gdb-e26d0dab1018d9ed6eaf3ab127ce9928cd8ac271.tar.gz
fsf-binutils-gdb-e26d0dab1018d9ed6eaf3ab127ce9928cd8ac271.tar.bz2
gdb: merge solib-frv aix-solib debug options into "set/show debug solib"
solib implementations are typically used one at a time. So it will be rare that you will want to enable debug for one solib kind, and absolutely want to keep the others disabled. To make things simpler, instead of adding separate variables / macros / commands for each solib implementation, merge the existing ones (frv and aix) into a unified "set/show debug solib", with the solib_debug_printf macro. Change-Id: I6e18bbc7401724f37ae66681badb079d75ecf7fa
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo18
1 files changed, 5 insertions, 13 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index bababf3..5b56666 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -27556,13 +27556,6 @@ 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-solib
-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
@@ -27796,12 +27789,11 @@ default is off.
Displays the current state of displaying @value{GDBN} serial debugging
info.
-@item set debug solib-frv
-@cindex FR-V shared-library debugging
-Turn on or off debugging messages for FR-V shared-library code.
-@item show debug solib-frv
-Display the current state of FR-V shared-library code debugging
-messages.
+@item set debug solib
+Turns on or off display of debugging messages related to shared libraries.
+The default is off.
+@item show debug solib
+Show the current state of solib debugging messages.
@item set debug symbol-lookup
@cindex symbol lookup