From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4082F3858C54; Wed, 4 Jan 2023 17:23:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4082F3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672853014; bh=l3LVIFQXuPJ7UdwCVCvWkKf0ztJVcnTY73cLrMYQ9Ic=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fHKcJfydEVk8qfawu/E3sI0uv18HtTJr/KjROpWb+/DpyKI3AVQNSYlpR9rpuYAn6 hw7wmAhG+p0tB/a1Hyf9TF9lGqlQ/sx5hJQlVeeC6rvuBOUw3mycb7hNoOu2WmpLhN F7OCemOtddG2fKfIuzVqPVL9iVntKnkdG+AbqUPw= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/27966] macro tests failing when using -gdwarf-5 -gsplit-dwarf Date: Wed, 04 Jan 2023 17:23:33 +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: simark at simark dot ca 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: cc 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=3D27966 Simon Marchi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simark at simark dot ca --- Comment #1 from Simon Marchi --- (In reply to Sourabh Singh Tomar from comment #0) > **NOTE**:=20 > *Non-absolute/Relative* path still does not work(both split & no-split ca= se) > yet :( > Patch in progress, needs clarification on the approach from maintainers. > https://sourceware.org/pipermail/gdb-patches/2021-May/179190.html >=20 > i.e > ``` > $ clang -fdebug-macro -gdwarf-5 -gsplit-dwarf macro.c > gdb a.out -q > Reading symbols from a.out... > (gdb) start > Temporary breakpoint 1 at 0x201664: file macro.c, line 2. > Starting program: /home/sourabh/work/dwarf/c_c++/a.out >=20 > Temporary breakpoint 1, main () at macro.c:2 > 2 int main() {} > (gdb) info macros > ``` This should be fixed since this commit https://gitlab.com/gnutools/binutils-gdb/-/commit/7900b17e334b114ff149c5a3d= a7884e6ab3f7136 Can you confirm? --=20 You are receiving this mail because: You are on the CC list for the bug.=