From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C39DB3857C68; Mon, 27 Nov 2023 20:14:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C39DB3857C68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701116060; bh=aY8YCe8VcwkIrJfqlXDkW4RntXcCgU8Ax3w+zPwiS9c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v0kzUv+kaT8a35lmoBv6TRIOZjXiTGcLD49tlPNtfqwkmoILPa7AkijrEGJPMR4TC 3QD3dc8FN3zXigcXA1GwMCz9PQN2mIHcKrJah8jxm/bXQEjSQbe8AmCbqCXAT+Iwvy uIbPudfLQcBsRfpFGX5/ZClSr+xwWaKiXtcXmBL8= 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:20 +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 #6 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D602971b3863d= cecf2daa5ffc0853a75a3131446c commit 602971b3863dcecf2daa5ffc0853a75a3131446c Author: Tom Tromey Date: Fri Sep 1 11:01:33 2023 -0600 Introduce throw_winerror_with_name This introduces throw_winerror_with_name, a Windows analog of perror_with_name, and changes various places in gdb to call it. 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.=