aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-04-29 12:46:17 -0600
committerTom Tromey <tromey@adacore.com>2024-05-10 12:08:27 -0600
commit674dea05e3bf2a4b68820adfa4f9e9510b4c1c8c (patch)
treef02502101834a8f4f9e18c614cfc7060b64a5d5d
parentc610012988f67e8317191f6f5f7d87073e96db2e (diff)
downloadgdb-674dea05e3bf2a4b68820adfa4f9e9510b4c1c8c.zip
gdb-674dea05e3bf2a4b68820adfa4f9e9510b4c1c8c.tar.gz
gdb-674dea05e3bf2a4b68820adfa4f9e9510b4c1c8c.tar.bz2
Remove FIXME from DAP
This patch removes one of the few DAP "FIXME" comments. This particular comment is already covered by PR dap/31036.
-rw-r--r--gdb/python/lib/gdb/dap/breakpoint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/lib/gdb/dap/breakpoint.py b/gdb/python/lib/gdb/dap/breakpoint.py
index b2e7427..1da754e 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")