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] Does the user care that some catchpoints happen to be implemented with breakpoints?


------- Additional Comments From pedro at codesourcery dot com  2009-04-30 22:39 -------
Is the 'Address' column as is shown today meaningful to a user at all?

>./gdb ./testsuite/gdb.cp/gdb1355
GNU gdb (GDB) 6.8.50.20090430-cvs
(gdb) catch catch
Function "__cxa_begin_catch" not defined.
Catchpoint 1 (catch)
(gdb) info breakpoints
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   <PENDING>          exception catch
                                ^^^^^^^^^^^^^^^^^^
(gdb) start
Temporary breakpoint 2 at 0x40053c: file
../../../src/gdb/testsuite/gdb.cp/gdb1355.cc, line 34.
Starting program: /home/pedro/gdb/mainline/build/gdb/testsuite/gdb.cp/gdb1355

Temporary breakpoint 2, main () at ../../../src/gdb/testsuite/gdb.cp/gdb1355.cc:34
34        return 0;
(gdb) info breakpoints
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   0x00007ffff7b983c0 exception catch
                                ^^^^^^^^^^^^^^^^^^
(gdb)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Should catchpoints be shown |Does the user care that some
                   |with type 'catchpoint' in   |catchpoints happen to be
                   |'info breakpoints' ?        |implemented with
                   |                            |breakpoints?


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]