From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id B17013841881; Fri, 10 May 2024 18:08:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B17013841881 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715364523; bh=o3YOppvr1GMF8RnLHWyNmRae8P1tLcG2Nck2B9e4o58=; h=From:To:Subject:Date:From; b=oQk9IN/NLTzedtEk5OF7KKd2TPcPqg7w9grF26OsED/D7WDwlvJcY2E5A8yBzVtwV /eBZMm8Bc1Te2S2wEUne4dbQRI1428AD990iooKL7saidlw1Hr0xh8zm6EH866LSu7 8bAWr7GvGSHt3HldRzyn8rpE+VBGS3gnz9LTVFBY= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove FIXME from DAP X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: c610012988f67e8317191f6f5f7d87073e96db2e X-Git-Newrev: 674dea05e3bf2a4b68820adfa4f9e9510b4c1c8c Message-Id: <20240510180843.B17013841881@sourceware.org> Date: Fri, 10 May 2024 18:08:43 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D674dea05e3bf= 2a4b68820adfa4f9e9510b4c1c8c commit 674dea05e3bf2a4b68820adfa4f9e9510b4c1c8c Author: Tom Tromey Date: Mon Apr 29 12:46:17 2024 -0600 Remove FIXME from DAP =20 This patch removes one of the few DAP "FIXME" comments. This particular comment is already covered by PR dap/31036. Diff: --- 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( } =20 =20 -# FIXME we do not specify a type for 'source'. @request("setBreakpoints") @capability("supportsHitConditionalBreakpoints") @capability("supportsConditionalBreakpoints")