From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 066353857721; Tue, 7 Nov 2023 14:11:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 066353857721 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699366319; bh=jP6CmgElav/b65YxyIRlDfg40hhX/tfWl57bHU4ZpiA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VFvM5kuSHYUQCvb6W2YTgJMRO4wxwtHwyTs0VQJf9suHItYovbrEC0zJQjGA8VQ7j l1tYElhV6eXLuoyZM8KTV/RMNggeLjnoO3JAyMt95UpgGgUCDrTkJx79DakLTjAQVq ISuFKX2ZGU8ko0w3Sp+8B4te315gSGmtvg7sEKM8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/30472] DAP "repl" evaluation can make gdb unresponsive Date: Tue, 07 Nov 2023 14:11:58 +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: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned 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 #6 from Tom Tromey --- (In reply to Tom Tromey from comment #5) > Also it seems a little strange to use cancellation to interrupt > a gdb CLI "continue" but not a DAP "continue". I go back and forth on this, but I suppose the difference is that a repl evaluation of "continue" won't return a result, so cancel would be correct. --=20 You are receiving this mail because: You are on the CC list for the bug.=