Summary: | add c++ catch points | ||
---|---|---|---|
Product: | gdb | Reporter: | Tom Tromey <tromey> |
Component: | dap | Assignee: | 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
This turns out to be trivial. 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. |