From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2B483858D35; Mon, 6 Nov 2023 21:20:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2B483858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699305625; bh=ybX8GjWHGtRFxdXbY/fCiojMS619gCu1HKsw+2iVPg4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wzDvE/EBVrINpU8ghcY00WmtTtGrlEneDgJcJs03RfF0o8hc+gLj8arJwmf4L2Gp3 Sp3z5iRrir8BtgKr75KaH9MbK0A6369bZHCAfdegUiBR05kb43gaHfzrg8UCTZyYu9 /roz+Ug9SVgzz8md0KrNZOUxk/NFhbC5VFroRL3Y= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/30472] DAP "repl" evaluation can make gdb unresponsive Date: Mon, 06 Nov 2023 21:20:25 +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 #5 from Tom Tromey --- I was thinking this could be handled by implementing cancellation, but that will give weird results when used to interrupt an inferior call. Like, I suppose it would work, but the inferior will be left in a somewhat weird state. Also it seems a little strange to use cancellation to interrupt a gdb CLI "continue" but not a DAP "continue". --=20 You are receiving this mail because: You are on the CC list for the bug.=