more making TRY/CATCH callers look more like real C++ try/catch blocks
authorPedro Alves <palves@redhat.com>
Sat, 7 Mar 2015 14:50:05 +0000 (14:50 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 7 Mar 2015 15:19:57 +0000 (15:19 +0000)
commit6c63c96a22d216fb5d51c5d93646066d29e08ea1
tree310e31afd2f492535ae37445861bc007473180dd
parent492d29ea1c9a8b2c7d5193908119a4e27c045687
more making TRY/CATCH callers look more like real C++ try/catch blocks

All these were caught by actually making TRY/CATCH use try/catch
behind the scenes, which then resulted in the build failing (on x86_64
Fedora 20) because there was code between the try and catch blocks.

gdb/ChangeLog:
2015-03-07  Pedro Alves  <palves@redhat.com>

* breakpoint.c (save_breakpoints): Adjust to avoid code between
TRY and CATCH.
* gdbtypes.c (safe_parse_type): Remove empty line.
(types_deeply_equal):
* guile/scm-frame.c (gdbscm_frame_name):
* linux-thread-db.c (find_new_threads_once):
* python/py-breakpoint.c (bppy_get_commands):
* record-btrace.c (record_btrace_insert_breakpoint)
(record_btrace_remove_breakpoint, record_btrace_start_replaying)
(record_btrace_start_replaying): Adjust to avoid code between TRY
and CATCH.
gdb/ChangeLog
gdb/breakpoint.c
gdb/gdbtypes.c
gdb/guile/scm-frame.c
gdb/linux-thread-db.c
gdb/python/py-breakpoint.c
gdb/record-btrace.c
This page took 0.027885 seconds and 4 git commands to generate.