From: Andrew Burgess Date: Thu, 19 May 2022 14:20:11 +0000 (+0100) Subject: gdb/doc: use @value{GDBP} in 'info pretty-printer' example X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad8f56a7371620f94978efa32e1a26df88c20bb9;p=binutils-gdb.git gdb/doc: use @value{GDBP} in 'info pretty-printer' example Update the 'info pretty-printer' example in the manual to make use of @value{GDBP} instead of hard-coding '(gdb)'. --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 76fc548fc84..90c307a7dd2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12076,7 +12076,7 @@ another from library2.so named @code{bar} that prints two types of objects, @smallexample @group -(gdb) info pretty-printer +(@value{GDBP}) info pretty-printer library1.so: foo library2.so: @@ -12085,17 +12085,17 @@ library2.so: bar2 @end group @group -(gdb) info pretty-printer library2 +(@value{GDBP}) info pretty-printer library2 library2.so: bar bar1 bar2 @end group @group -(gdb) disable pretty-printer library1 +(@value{GDBP}) disable pretty-printer library1 1 printer disabled 2 of 3 printers enabled -(gdb) info pretty-printer +(@value{GDBP}) info pretty-printer library1.so: foo [disabled] library2.so: @@ -12104,20 +12104,20 @@ library2.so: bar2 @end group @group -(gdb) disable pretty-printer library2 bar;bar1 +(@value{GDBP}) disable pretty-printer library2 bar;bar1 1 printer disabled 1 of 3 printers enabled -(gdb) info pretty-printer library2 +(@value{GDBP}) info pretty-printer library2 library2.so: bar bar1 [disabled] bar2 @end group @group -(gdb) disable pretty-printer library2 bar +(@value{GDBP}) disable pretty-printer library2 bar 1 printer disabled 0 of 3 printers enabled -(gdb) info pretty-printer +(@value{GDBP}) info pretty-printer library1.so: foo [disabled] library2.so: