]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
* infrun.c (handle_inferior_event)
authorTom Tromey <tromey@redhat.com>
Mon, 11 Jun 2012 15:15:06 +0000 (15:15 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 11 Jun 2012 15:15:06 +0000 (15:15 +0000)
commite81a37f7edbec06a2c713b446d254e26894b8030
tree6559d9d683eda90b804bd7af43e2f3f560e48c9e
parente4efb6653157f9b6af49c574378a0b180ebcb539
* 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.
gdb/ChangeLog
gdb/infrun.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/longjmp.c