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 gdb/15561] New: Missing pretty printers for vec.h


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

            Bug ID: 15561
           Summary: Missing pretty printers for vec.h
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com

When GDB does not use C++ it should reimplement all the C++ features:

(gdb) p *btrace
$2 = {num = 3, alloc = 4, vec = {{begin = 4195568, end = 4195572}}}
(gdb) whatis *btrace
type = VEC_btrace_block_s

Where are the elements of *btrace?

-- 
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]