b.r.longbons at gmail dot com
2013-10-14 21:08:31 UTC
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
}
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.
You are receiving this mail because:
You are on the CC list for the bug.