sas added a comment.

Basically, if you have a `.debug` directory in the same directory where the 
original object file is, you can have debug symbols there. For instance, you 
can have:
/my/project/myElf.exe
/my/project/.debug/myElf.exe

with the first file being a standard stripped elf file, and the second one 
being the associated debug symbols.

One other place where these names can be used is with the 
`target.debug-file-search-paths` setting.


https://reviews.llvm.org/D40539



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to