From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 232F13858D33; Fri, 6 Jan 2023 19:34:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 232F13858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673033644; bh=+4nKCaO989S8DuNK52ZR8QXqZuvmDNCpiixWQt8nrfY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=M5GMNsLFXr6IP8zdyhVkK+B/r8rRSaPv9/WyaG4pMv3wurwhh31okjfOOd8E2Lc6O 7l+3AJ5aMGeVMwC1BR/8zRI89yuGUFViyk0fwdKlmoxdusZF6o+zvifvs/+b7pgRiG U6JPrUiiuCwP2W5Hyx1BIo8iM/UNmHT1FFlt4Fn8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29968] [gdb/dap] silent exceptions when using DAP Date: Fri, 06 Jan 2023 19:34:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal 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=3D29968 --- Comment #1 from Tom Tromey --- I don't think gdb can really print anything, because the output has to follow the JSON-RPC protocol. Previously I had this mode not redirect stderr, but that turned out not to work with the client we're using. There is a logging setting that the test suite uses though. --=20 You are receiving this mail because: You are on the CC list for the bug.=