From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 02848389850F; Mon, 5 Jun 2023 15:40:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02848389850F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685979616; bh=nkP/9Ba355f1HFO3XXfsM6LavSvcSNX8h0gtc+OPYQQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B5AopbJnKkoksyeYwTQtbuChJLt622iqtuQzDqdwkVsqXJ59cjWErvVaUwd8a0up/ mh3lI95U90E/PjL1GZ5YdObZIHfiBcR2mgTdK9Sb+NAzoBmeSAMFSzA5uI0JVv8xJQ BBUWPbt5VA+4Y/DwqSngFAPqdPUC0eDcdAl0XNqk= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/30472] DAP "repl" evaluation can make gdb unresponsive Date: Mon, 05 Jun 2023 15:40:15 +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 #2 from Tom Tromey --- See bug#7251. Bug #7253 is also maybe relevant. Maybe it would be enough to use send_gdb and then have any output from the command be sent as output events, not in the response. Then the reader thread could accept interrupt requests. --=20 You are receiving this mail because: You are on the CC list for the bug.=