mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Fix typo in pretty-printer example
PR python/23487 points out that the "disable pretty-printer" example has a typo that makes it incorrect. This patch fixes the typo. gdb/doc/ChangeLog 2018-09-10 Tom Tromey <tom@tromey.com> PR python/23487: * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2018-09-10 Tom Tromey <tom@tromey.com>
|
||||
|
||||
PR python/23487:
|
||||
* gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
|
||||
|
||||
2018-09-10 Tom Tromey <tom@tromey.com>
|
||||
|
||||
PR python/16033:
|
||||
|
@ -10798,7 +10798,7 @@ library2.so:
|
||||
bar
|
||||
bar1
|
||||
bar2
|
||||
(gdb) disable pretty-printer library2 bar:bar1
|
||||
(gdb) disable pretty-printer library2 bar;bar1
|
||||
1 printer disabled
|
||||
1 of 3 printers enabled
|
||||
(gdb) info pretty-printer library2
|
||||
|
Reference in New Issue
Block a user