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/16048] New: add option to print typenames in printers


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.


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