From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8EEE03876897; Tue, 28 Nov 2023 15:56:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EEE03876897 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701186980; bh=jZPvD4Beuge4yHSPv6USzgVdi9S5+cOOig0tU0b1G1k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UGa4k0syQNiYRnnQEzpyicvBlCT9D8VuiBLl6BjNisbxypm5WvOtHiZpJJhXY8QB0 7/KPv2wpdksPkFQ5+zNX3hCXwGtJpkVV4uX1nUWkuYfZx8hHQHchiXRArlEGVjJB28 2sgERI6kNnaAokgEGHkfhS+3D3GzERHKox2vOKqk= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30473] Emit DAP Process event Date: Tue, 28 Nov 2023 15:56:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30473 --- Comment #4 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D14e461bed442= 58fb872731a79ca5e82b70781d09 commit 14e461bed44258fb872731a79ca5e82b70781d09 Author: Tom Tromey Date: Fri Oct 6 14:30:46 2023 -0600 Emit DAP "process" event DAP specifies a "process" event that is sent when a process is started or attached to. gdb was not emitting this (several DAP clients appear to ignore it entirely), but it looked easy and harmless to implement. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30473 --=20 You are receiving this mail because: You are on the CC list for the bug.=