From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3C5F3857BA4; Sun, 19 Mar 2023 16:46:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3C5F3857BA4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679244409; bh=L8UYsThfytIcp3ic7wGkN9RfxhPvz0TDJVCi2sqwJ9Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vxRn3z5Q/ZzDouoJEObchX2NR2MgLu+6ZZUdaDP/+ZlPvh2hyhwXkRdJE7B7yPgGR +CvruQ6rOJXsrvPv3+mKzTiNPGITttIn1+JbyuhA12ACuOxO/X+UNXVZbEP9PcktWJ ZqWDpQne4qtsODuIcQwimYK7GqGyGaakKnnVquMk= From: "jon.turney at dronecode dot org.uk" To: gdb-prs@sourceware.org Subject: [Bug gdb/30017] Cygwin gdb fails when given a windows absolute path Date: Sun, 19 Mar 2023 16:46:49 +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: 11.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jon.turney at dronecode dot org.uk X-Bugzilla-Status: UNCONFIRMED 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=3D30017 --- Comment #5 from Jon Turney --- I bisected this, which lands on : # first bad commit: [727b7b1864973c2645a554727afd0eaf1303673a] Sync config, include and libiberty with GCC Looking at: https://sourceware.org/git/?p=3Dbinutils-gdb.git;a=3Dcommitdiff;h=3D727b7b1= 864973c2645a554727afd0eaf1303673a#patch4 This makes perfect sense, but doesn't really offer a lot of immediate clues= how to fix it. There's presumably some logic in gdb/windows-nat which uses those macros (probably IS_ABSOLUTE_PATH given the reported problem), who's behaviour is changed by this commit. --=20 You are receiving this mail because: You are on the CC list for the bug.=