diff options
author | Tom Tromey <tromey@adacore.com> | 2024-04-29 12:46:17 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-05-10 12:08:27 -0600 |
commit | 674dea05e3bf2a4b68820adfa4f9e9510b4c1c8c (patch) | |
tree | f02502101834a8f4f9e18c614cfc7060b64a5d5d /gdb | |
parent | c610012988f67e8317191f6f5f7d87073e96db2e (diff) | |
download | gdb-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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/python/lib/gdb/dap/breakpoint.py | 1 |
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") |