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/15644] New: printing an implicit pointer should automatically dereference it


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

            Bug ID: 15644
           Summary: printing an implicit pointer should automatically
                    dereference it
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

Jakub pointed out that this is not very useful:

(gdb) p p
$1 = (signed char *) <synthetic pointer>

Instead, synthetic pointers should be automatically
dereferenced.

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