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)
commit8ea87c7296fce00d0223f504f0a24ac701347f23
treef67ac4c147f29ef59c1029053bc489ef74dc59c1
parent95086e1e54a726a0d7671d70640bc76e4fddf198
gdb/doc: fix inconsistent info pretty-printer example

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