Bug 30682 - add c++ catch points
Summary: add c++ catch points
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: dap (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 14.1
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-25 15:25 UTC by Tom Tromey
Modified: 2023-08-01 19:02 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.