diff options
author | Tom Tromey <tromey@redhat.com> | 2015-03-07 14:50:04 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-03-07 14:56:47 +0000 |
commit | ece957c859c00fbea7152a2275674d7061dc468a (patch) | |
tree | a03627cd2135d8dd305607c4ee655911e7cc91e6 /gdb/ChangeLog | |
parent | 7556d4a4f6c3181204e9575c08c661a632cafb5d (diff) | |
download | gdb-ece957c859c00fbea7152a2275674d7061dc468a.zip gdb-ece957c859c00fbea7152a2275674d7061dc468a.tar.gz gdb-ece957c859c00fbea7152a2275674d7061dc468a.tar.bz2 |
quit_force: Replace TRY_CATCH wrapper macros
More preparation for running the TRY_CATCH->TRY/CATCH conversion
script.
gdb/ChangeLog:
2015-03-07 Tom Tromey <tromey@redhat.com>
* top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 076aa36..641a94c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-03-07 Tom Tromey <tromey@redhat.com> + + * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX. + 2015-03-07 Pedro Alves <palves@redhat.com> * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache) |