gdb/doc: fix inconsistent info pretty-printer example
authorNikolaos Chatzikonstantinou <nchatz314@gmail.com>
Thu, 19 May 2022 14:06:53 +0000 (15:06 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 19 May 2022 14:22:03 +0000 (15:22 +0100)
The example for 'info pretty-printer' in the manual passes an
object-regexp in some cases, but presents output as though no
object-regexp was passed.

This commit fixes the two mistakes, in one case, fixing the output to
filter based on object-regexp, and in the other, to remove the
object-regexp from the command and leave all the output.

gdb/doc/gdb.texinfo

index 8cf97866ccca6d88f71bab454bd7fa10f3bd1397..68f7aba8d7d2a4ccafc23ca26ecfb83af690cd28 100644 (file)
@@ -12101,8 +12101,6 @@ library2.so:
 1 printer disabled
 1 of 3 printers enabled
 (gdb) info pretty-printer library2
-library1.so:
-  foo [disabled]
 library2.so:
   bar
     bar1 [disabled]
@@ -12110,7 +12108,7 @@ library2.so:
 (gdb) disable pretty-printer library2 bar
 1 printer disabled
 0 of 3 printers enabled
-(gdb) info pretty-printer library2
+(gdb) info pretty-printer
 library1.so:
   foo [disabled]
 library2.so: