From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 34C76385842F; Mon, 11 Dec 2023 18:54:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 34C76385842F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702320876; bh=wz5QJSUY9GwJRLt8JaWXWG2I++h2Um/zbLOVlnNjuUg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iRah16UbXwlH5BhLKJDGshCmoFYeNepe07x8GVujPHimD2aSqvRyr1xYgXn5XjtmA +nbDlbQmySjMP0mlV6vosw5MY+cMIGRBsFgONTyzM3/lemFOJ8KOqLEjYqZFvaUeRO X6N1SqHvGDfYc9cOjafv1qjE7kbckJa6onS28a7U= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30472] DAP "repl" evaluation can make gdb unresponsive Date: Mon, 11 Dec 2023 18:54:35 +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: enhancement 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=3D30472 --- Comment #9 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1c79c8dad90e= 4382100b51694a2b9ee7e913a04a commit 1c79c8dad90e4382100b51694a2b9ee7e913a04a Author: Tom Tromey Date: Tue Nov 7 10:56:07 2023 -0700 Implement DAP cancellation This implements DAP cancellation. A new object is introduced that handles the details of cancellation. While cancellation is inherently racy, this code attempts to make it so that gdb doesn't inadvertently cancel the wrong request. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30472 Approved-By: Eli Zaretskii Reviewed-By: K=C3=A9vin Le Gouguec --=20 You are receiving this mail because: You are on the CC list for the bug.=