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/20434] Restarting debug session "changes" breakpoints.


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

--- Comment #1 from Brian Cowan <brcowan at gmail dot com> ---
Like this:
Num     Type           Disp Enb Address    What
8       breakpoint     keep y   0x080acc5d in really_check at
/path/to/lib/db/dump.c:352
        breakpoint already hit 1 time
(gdb) run .
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: db_dumper .
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Breakpoint 8, get_dump_file_format (dh_p=0x8383400) at
/path/to/lib/db/dump.c:241
241     in /vobs/atria/lib/db/db__dump.c
(gdb) info breakpoints
Num     Type           Disp Enb Address    What
8       breakpoint     keep y   0x080acb2b in get_dump_file_format at
/path/to/lib/db/dump.c:1
        breakpoint already hit 1 time

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