Switch gdb's TRY/CATCH to C++ try/catch
authorPedro Alves <palves@redhat.com>
Fri, 22 Apr 2016 15:18:33 +0000 (16:18 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 22 Apr 2016 15:20:49 +0000 (16:20 +0100)
commit6290672f89d5638a9da5ce10b2f4ba793dcc6396
treeab4650df1085115ea5ee7987511303968871128e
parent89525768cd086a0798a504c81fdf7ebcd4c904e1
Switch gdb's TRY/CATCH to C++ try/catch

The exceptions-across-readline issue was fixed by the previous commit.
Let's try this again.

gdb/ChangeLog:
2016-04-22  Pedro Alves  <palves@redhat.com>

* common/common-exceptions.h (GDB_XCPT_TRY): Remove mention of
the foreign frames issue.
[__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
gdb/ChangeLog
gdb/common/common-exceptions.h