]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/solib-aix.c
gdb: merge solib-frv aix-solib debug options into "set/show debug solib"
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 28 Nov 2022 16:43:13 +0000 (11:43 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 2 Dec 2022 19:40:24 +0000 (14:40 -0500)
commite26d0dab1018d9ed6eaf3ab127ce9928cd8ac271
tree1d7c5a87c703d5db087903925e866b170cc03a45
parentac57bf55472df186dc9fb63f7787f740d457f473
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
gdb/NEWS
gdb/doc/gdb.texinfo
gdb/solib-aix.c
gdb/solib-frv.c
gdb/solib.c
gdb/solib.h