This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/18306] New: Unqualified "enable pretty" should enable everything


https://sourceware.org/bugzilla/show_bug.cgi?id=18306

            Bug ID: 18306
           Summary: Unqualified "enable pretty" should enable everything
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

This may be hard to do (subprinters are not well exported), but the following
is unintuitive.

(gdb) disable pretty .* libstdc[+][+]-v6;std::vector
1 printer disabled
260 of 261 printers enabled
(gdb) enable pretty
0 printers enabled
260 of 261 printers enabled

One would expect "enable pretty" to have enabled everything.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]