Discussion:
[Bug python/16048] New: add option to print typenames in printers
b.r.longbons at gmail dot com
2013-10-14 21:08:31 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16048

Bug ID: 16048
Summary: add option to print typenames in printers
Product: gdb
Version: unknown
Status: NEW
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: b.r.longbons at gmail dot com

It would be nice if there was an option to always display the typename before
an object.

Current output:
$1 = "/home/ben/src/tmwa/bin/tmwa-admin" = {
base = 0x0
}

Desired output:
$1 = (strings::ZString) "/home/ben/src/tmwa/bin/tmwa-admin" = {
base = (const strings::FString *) 0x0
}
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-15 05:48:23 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16048

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |tromey at sourceware dot org
Resolution|--- |DUPLICATE

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
Dup. Oft-requested feature I think.

*** This bug has been marked as a duplicate of bug 10662 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...