From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80BED3857342; Fri, 21 Apr 2023 16:38:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80BED3857342 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682095100; bh=fCoEhVt5sItMPnZwDF6ZsQNLrK34ey/MsWWAhvGkBvI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CTdk0DV5Nc8AscyEelB5gKjo3uRPMRVLMAo8dBM/E1mZLaY7TRvQ1wRthxLYoE7Iv yG8zmJ3+elXSQC6vTVN0+3xSkikohINKQ386GMqX9hRP+qvlTysyV5GErzfrsbDLUV uj6WbR78xjPulAkBW/qlexiNP3fK/a12NwYQjpVE= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug win32/18027] dwarf2 debug info after rebasing DLLs unusable Date: Fri, 21 Apr 2023 16:38:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: win32 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=3D18027 --- Comment #26 from Tom Tromey --- (In reply to Corinna Vinschen from comment #24) > I'm attaching a simple x86_64 DLL with a single function called foo(). >=20 > I built it with the extra .debug_pe_defaddr section and the original > __image_base__ value is 0x4b10c0000. I rebased the DLL to 0x300000000. > I also inspected the debug_pe_defaddr section and it contains the > 64 bit value 0x4b10c0000. I finally got back to looking at this. I don't see 'foo' in there: murgatroyd. nm dll.dll | grep foo murgatroyd. objdump -Wi ./dll.dll | grep foo murgatroyd.=20 I'm not super sure how to test this (not done with a patch but close). I may have to ask you to. --=20 You are receiving this mail because: You are on the CC list for the bug.=