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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to