public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/11380] New: print formats (/FMT) do not invoke Python pretty printers
@ 2010-03-15 22:49 chrisj at rtems dot org
  2010-04-19  7:25 ` [Bug python/11380] " pmuldoon at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: chrisj at rtems dot org @ 2010-03-15 22:49 UTC (permalink / raw)
  To: gdb-prs

If a /FMT is used with the print command a type's pretty printer is not invoked.
For example a pretty printer to print an RTEMS Object ID (an unsigned long)
produces:

(gdb) p /f the_semaphore->Object.id
$10 = to_string = {
  id = 436273170,
  node = 1,
  api = classic,
  class = semaphores,
  index = 18
}

and with a /FMT option added:

(gdb) p /c the_semaphore->Object.id
$15 = 18 '\022'
(gdb) p /f the_semaphore->Object.id
$16 = 2.66766316e-23
(gdb) p /u the_semaphore->Object.id
$17 = 436273170
(gdb) p /t the_semaphore->Object.id
$18 = 11010000000010000000000010010

It would be nice if the pretty printer followed the requested output where a
printer is creating a struct type output (display hint 'struct').

-- 
           Summary: print formats (/FMT) do not invoke Python pretty
                    printers
           Product: gdb
           Version: 7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: chrisj at rtems dot org
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11380

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-19  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-15 22:49 [Bug python/11380] New: print formats (/FMT) do not invoke Python pretty printers chrisj at rtems dot org
2010-04-19  7:25 ` [Bug python/11380] " pmuldoon at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).