This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog infrun.c testsuite/ChangeLog ...
- From: tromey at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 11 Jun 2012 15:15:06 -0000
- Subject: src/gdb ChangeLog infrun.c testsuite/ChangeLog ...
CVSROOT: /cvs/src
Module name: src
Changes by: tromey@sourceware.org 2012-06-11 15:15:06
Modified files:
gdb : ChangeLog infrun.c
gdb/testsuite : ChangeLog
gdb/testsuite/gdb.base: longjmp.c
Log message:
* infrun.c (handle_inferior_event)
<BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
breakpoint.
<BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
exception logic in all cases. Update comments.
(insert_longjmp_resume_breakpoint): Set the exception resume
breakpoint.
testsuite
* gdb.base/longjmp.c (hidden_longjmp): Move expected catch
location...
(main): ...here.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14342&r2=1.14343
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.541&r2=1.542
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3218&r2=1.3219
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/longjmp.c.diff?cvsroot=src&r1=1.5&r2=1.6