From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60F8B385C300; Mon, 27 Nov 2023 20:14:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60F8B385C300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701116081; bh=bqJvVGm0Gf+YWIfvbRg8aEO63+SsVuE/Oej87Mms2SU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z/LQDQ/cx3F/QQMVPYCYA9CPsIt39sxYlhSrRH4lbBgYr1TFDCXEiShXJvqut6Sm9 960kGvIY8Ik8H9Zgk9oanRb0UnC4Big5mA7I4nxaqJ6QXOzbcUaWudVyGfq9j0pFbM E4A3E5paNBowgjdr9cWkYMV8Ctfp6WyjW2ZioCeg= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug remote/30770] serial.c does not preserve errno correctly Date: Mon, 27 Nov 2023 20:14:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal 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=3D30770 --- Comment #10 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0da23004a064= e7149373b484fa671f2a2105ec9b commit 0da23004a064e7149373b484fa671f2a2105ec9b Author: Tom Tromey Date: Tue Aug 29 08:22:09 2023 -0600 Change serial_readchar to throw This changes serial_readchar to throw an exception rather than trying to set and preserve errno. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30770 --=20 You are receiving this mail because: You are on the CC list for the bug.=