[Lldb-commits] [lldb] [lldb] Show the path to the .o instead of the containing .a in progress events (PR #133370)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 28 10:02:36 PDT 2025
jimingham wrote:
One common mistake with .o files is to strip the .a file before linking. Then you end up with no debug info even though the original .o file definitely HAS debug info. In that case showing the .o file rather than the usual form libfoo.a(bar.o) would be confusing.
But I can't think of a way that we would know about the original .o file if the .a file got stripped too early. So I think this concern is moot.
https://github.com/llvm/llvm-project/pull/133370
More information about the lldb-commits
mailing list