This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Montag, 26. März 2018 18:45:13 CEST Sasha Da Rocha Pinheiro wrote: > Hi, > > I have noticed that when we compile out-of-source, the paths returned from > libdw are gonna be relative. Otherwise, they show up as full path. Have you > noticed it? You are talking about source file paths, right? From what I've seen, libdw just returns the paths that have been embedded by the compiler in the debug section. If you compile with relative paths, then the compiler (sadly) adds relative paths too. The only "fix" I'm aware of is to use a build system that enforces absolute paths everywhere. HTH -- Milian Wolff mail@milianw.de http://milianw.de
Attachment:
signature.asc
Description: This is a digitally signed message part.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |