aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-05-19 15:20:11 +0100
committerAndrew Burgess <aburgess@redhat.com>2022-05-19 15:22:04 +0100
commitad8f56a7371620f94978efa32e1a26df88c20bb9 (patch)
tree80fe70715aad16fe2581ce7e291ffc377f45a41a /gdb/doc
parent62ec8e6dad018082e33e7dcb0633f28332f3520c (diff)
downloadgdb-ad8f56a7371620f94978efa32e1a26df88c20bb9.zip
gdb-ad8f56a7371620f94978efa32e1a26df88c20bb9.tar.gz
gdb-ad8f56a7371620f94978efa32e1a26df88c20bb9.tar.bz2
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)'.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo16
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 76fc548..90c307a 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: