Remove FIXME from DAP

Message ID 20240429184716.197834-1-tromey@adacore.com
State New
Headers
Series Remove FIXME from DAP |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 success Testing passed

Commit Message

Tom Tromey April 29, 2024, 6:47 p.m. UTC
  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(-)
  

Comments

Tom Tromey May 10, 2024, 6:08 p.m. UTC | #1
>>>>> "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
  

Patch

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