public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug dap/30682] New: add c++ catch points
@ 2023-07-25 15:25 tromey at sourceware dot org
  2023-07-25 16:17 ` [Bug dap/30682] " tromey at sourceware dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-07-25 15:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30682

            Bug ID: 30682
           Summary: add c++ catch points
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dap
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

The various C++ exception catchpoints should be added.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug dap/30682] add c++ catch points
  2023-07-25 15:25 [Bug dap/30682] New: add c++ catch points tromey at sourceware dot org
@ 2023-07-25 16:17 ` tromey at sourceware dot org
  2023-07-25 16:49 ` tromey at sourceware dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-07-25 16:17 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30682

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
This turns out to be trivial.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug dap/30682] add c++ catch points
  2023-07-25 15:25 [Bug dap/30682] New: add c++ catch points tromey at sourceware dot org
  2023-07-25 16:17 ` [Bug dap/30682] " tromey at sourceware dot org
@ 2023-07-25 16:49 ` tromey at sourceware dot org
  2023-07-26 15:58 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-07-25 16:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30682

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
https://sourceware.org/pipermail/gdb-patches/2023-July/201105.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug dap/30682] add c++ catch points
  2023-07-25 15:25 [Bug dap/30682] New: add c++ catch points tromey at sourceware dot org
  2023-07-25 16:17 ` [Bug dap/30682] " tromey at sourceware dot org
  2023-07-25 16:49 ` tromey at sourceware dot org
@ 2023-07-26 15:58 ` tromey at sourceware dot org
  2023-08-01 19:00 ` cvs-commit at gcc dot gnu.org
  2023-08-01 19:02 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-07-26 15:58 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30682

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug dap/30682] add c++ catch points
  2023-07-25 15:25 [Bug dap/30682] New: add c++ catch points tromey at sourceware dot org
                   ` (2 preceding siblings ...)
  2023-07-26 15:58 ` tromey at sourceware dot org
@ 2023-08-01 19:00 ` cvs-commit at gcc dot gnu.org
  2023-08-01 19:02 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-08-01 19:00 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30682

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug dap/30682] add c++ catch points
  2023-07-25 15:25 [Bug dap/30682] New: add c++ catch points tromey at sourceware dot org
                   ` (3 preceding siblings ...)
  2023-08-01 19:00 ` cvs-commit at gcc dot gnu.org
@ 2023-08-01 19:02 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-08-01 19:02 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30682

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-01 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 15:25 [Bug dap/30682] New: add c++ catch points tromey at sourceware dot org
2023-07-25 16:17 ` [Bug dap/30682] " tromey at sourceware dot org
2023-07-25 16:49 ` tromey at sourceware dot org
2023-07-26 15:58 ` tromey at sourceware dot org
2023-08-01 19:00 ` cvs-commit at gcc dot gnu.org
2023-08-01 19:02 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).