Bug 18306 - Unqualified "enable pretty" should enable everything
Summary: Unqualified "enable pretty" should enable everything
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: python (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 00:05 UTC by dje
Modified: 2015-04-23 00:05 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dje 2015-04-23 00:05:49 UTC
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.