The various C++ exception catchpoints should be added.
This turns out to be trivial.
https://sourceware.org/pipermail/gdb-patches/2023-July/201105.html
The master branch has been updated by Tom Tromey <tromey@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=af93035b2755fef31c67016f68ab9fcdc2074c42 commit af93035b2755fef31c67016f68ab9fcdc2074c42 Author: Tom Tromey <tromey@adacore.com> Date: Tue Jul 25 10:48:13 2023 -0600 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
Fixed.