public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove FIXME from DAP
@ 2024-04-29 18:47 Tom Tromey
  2024-05-10 18:08 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2024-04-29 18:47 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

This patch removes one of the few DAP "FIXME" comments.  This
particular comment is already covered by PR dap/31036.
---
 gdb/python/lib/gdb/dap/breakpoint.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/python/lib/gdb/dap/breakpoint.py b/gdb/python/lib/gdb/dap/breakpoint.py
index b2e74277ebd..1da754e4ddc 100644
--- a/gdb/python/lib/gdb/dap/breakpoint.py
+++ b/gdb/python/lib/gdb/dap/breakpoint.py
@@ -277,7 +277,6 @@ def _rewrite_src_breakpoint(
     }
 
 
-# FIXME we do not specify a type for 'source'.
 @request("setBreakpoints")
 @capability("supportsHitConditionalBreakpoints")
 @capability("supportsConditionalBreakpoints")
-- 
2.44.0


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

* Re: [PATCH] Remove FIXME from DAP
  2024-04-29 18:47 [PATCH] Remove FIXME from DAP Tom Tromey
@ 2024-05-10 18:08 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2024-05-10 18:08 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

>>>>> "Tom" == Tom Tromey <tromey@adacore.com> writes:

Tom> This patch removes one of the few DAP "FIXME" comments.  This
Tom> particular comment is already covered by PR dap/31036.

Not sure why I didn't just push this; anyway, doing it now.

Tom

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

end of thread, other threads:[~2024-05-10 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-29 18:47 [PATCH] Remove FIXME from DAP Tom Tromey
2024-05-10 18:08 ` Tom Tromey

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).