Bug 30682

Summary: add c++ catch points
Product: gdb Reporter: Tom Tromey <tromey>
Component: dapAssignee: Tom Tromey <tromey>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: HEAD   
Target Milestone: 14.1   
Host: Target:
Build: Last reconfirmed:

Description Tom Tromey 2023-07-25 15:25:37 UTC
The various C++ exception catchpoints should be added.
Comment 1 Tom Tromey 2023-07-25 16:17:16 UTC
This turns out to be trivial.
Comment 3 Sourceware Commits 2023-08-01 19:00:22 UTC
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
Comment 4 Tom Tromey 2023-08-01 19:02:24 UTC
Fixed.