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 c++/16482] New: should be able to examine $_exception more often


https://sourceware.org/bugzilla/show_bug.cgi?id=16482

            Bug ID: 16482
           Summary: should be able to examine $_exception more often
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

In c++ a bare "throw;" will rethrow the most recent exception.
gdb ought to be able to find this exception object and print
it whenever it is available.  We can do this by generalizing
$_exception.  Perhaps some libstdc++ change would also be
required.

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