diff options
author | Tom Tromey <tom@tromey.com> | 2018-06-07 15:56:37 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-06-10 22:19:44 -0600 |
commit | 1ddbba9df5fda9b1af5306fe182a5f1c3197f53a (patch) | |
tree | 4f814830d0ea4db2cca53cdd593e253a68500612 /gdb/inline-frame.c | |
parent | 219605fd6adadadfd40234e39254077e044741d0 (diff) | |
download | binutils-1ddbba9df5fda9b1af5306fe182a5f1c3197f53a.zip binutils-1ddbba9df5fda9b1af5306fe182a5f1c3197f53a.tar.gz binutils-1ddbba9df5fda9b1af5306fe182a5f1c3197f53a.tar.bz2 |
Remove cleanups from record-full.c
This removes cleanups from record-full.c. In this case, the cleanups
were only ever run when an exception was thrown. So, I replaced these
with try/catch, rather than introduce a new specialized RAII type.
Tested by the buildbot.
gdb/ChangeLog
2018-06-10 Tom Tromey <tom@tromey.com>
* record-full.c (record_full_arch_list_cleanups): Remove.
(record_full_message): Use try/catch.
(record_full_wait_cleanups): Remove.
(record_full_wait_1): Use try/catch.
(record_full_restore): Likewise.
Diffstat (limited to 'gdb/inline-frame.c')
0 files changed, 0 insertions, 0 deletions