Add DAP support for C++ exceptions
authorTom Tromey <tromey@adacore.com>
Tue, 25 Jul 2023 16:48:13 +0000 (10:48 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 1 Aug 2023 18:59:02 +0000 (12:59 -0600)
commitaf93035b2755fef31c67016f68ab9fcdc2074c42
tree633cd3d4a912d74ad75272e1a7d21e4091406774
parent21db866dc69c481cd79b4d739c2170a7ef9b98fd
Add DAP support for C++ exceptions

This adds DAP support for the various C++ exception-catching
operations.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30682
gdb/python/lib/gdb/dap/breakpoint.py
gdb/testsuite/gdb.dap/cxx-exception.cc [new file with mode: 0644]
gdb/testsuite/gdb.dap/cxx-exception.exp [new file with mode: 0644]