clayborg added a comment. In https://reviews.llvm.org/D40539#937854, @sas wrote:
> 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. Do adding a FileSpec that contains just the basename will cause us to look for this file in the same directory as the original ELF file in the .debug folder? Does this occur elsewhere? Why not just construct the correct path in FileSpec to begin with? https://reviews.llvm.org/D40539 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits