Discussion:
[Bug python/23487] New: [Documentation] online manual gives wrong syntax for pretty printers
edaskel at att dot net
2018-08-06 14:03:08 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23487

Bug ID: 23487
Summary: [Documentation] online manual gives wrong syntax for
pretty printers
Product: gdb
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: edaskel at att dot net
Target Milestone: ---

As reflected in "help", the correct syntax for the name-regexp option to "info
pretty-printer" and "disable pretty-printer" for an individual printer is:

printer-name;subprinter-name

The online manual shows this separator as a colon ":" instead. See
https://sourceware.org/gdb/onlinedocs/gdb/Pretty_002dPrinter-Commands.html

Per tromey request I have filed this under Python.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-08 15:04:12 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23487

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
Assignee|unassigned at sourceware dot org |tromey at sourceware dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
cvs-commit at gcc dot gnu.org
2018-09-10 13:49:55 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23487

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <***@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=088a96da059ce14fe1dff369873b1dcf7151e29a

commit 088a96da059ce14fe1dff369873b1dcf7151e29a
Author: Tom Tromey <***@tromey.com>
Date: Sat Sep 8 09:03:29 2018 -0600

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 <***@tromey.com>

PR python/23487:
* gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-10 13:52:26 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23487

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |8.3

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...