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 breakpoints/10120] New: Should catchpoints be shown with type 'catchpoint' in 'info breakpoints' ?


Currently:

 (gdb) catch catch
 Function "__cxa_begin_catch" not defined.
 Catchpoint 2 (catch)
 (gdb) info breakpoints
 Num     Type           Disp Enb Address            What
 2       breakpoint     keep y   <PENDING>          exception catch
         ^^^^^^^^^^
 (gdb)


Should that be:

 (gdb) info breakpoints
 Num     Type           Disp Enb Address            What
 2       catchpoint     keep y   <PENDING>          exception catch
         ^^^^^^^^^^
?

-- 
           Summary: Should catchpoints be shown with type 'catchpoint' in
                    'info breakpoints' ?
           Product: gdb
           Version: 6.50
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: breakpoints
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: pedro at codesourcery dot com
                CC: gdb-prs at sourceware dot org


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

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


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