From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6A0B3858D33; Tue, 28 Feb 2023 14:44:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6A0B3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677595440; bh=adQ/hbvjTSUkTPFdfgrFvRVWrafm91YiQAVf2q3o2uE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XP4cTnQC3uSd1n9pMOAE8pK5YS/YdF0QrAs6JUCL9JX0NtyB05nD0ESYEHINEVMBE vTfA0sdNqUeCU8EQFMl5jmneRUEy666ioN/Mjj8CWQ5iIPy2GAQKdAtLs1zkR9hsZN pL9iSiBnbj0efHgt/BZ5CFkrGBUSf9S/Y6Z8wVz8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug win32/18027] dwarf2 debug info after rebasing DLLs unusable Date: Tue, 28 Feb 2023 14:43:59 +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 #14 from Tom Tromey --- I have been thinking about this again (but not working on it, sorry). It seems to me that the detection should probably be done in coffread somewhere. Another thought I had is if the linker could emit a section or note that held the original offset, then gdb could simply read that to find the correct delta. --=20 You are receiving this mail because: You are on the CC list for the bug.=