[Lldb-commits] [PATCH] D40539: Allow using the object file name for debug symbol resolution

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 28 09:55:24 PST 2017


clayborg added a comment.

I am not sure I follow this patch. We are adding a FileSpec whose path is just the basename of the current ELF file? What do we do with that? Do we look in certain directories to try and find this file? How this this basename added to the list end up getting found in the end?


https://reviews.llvm.org/D40539





More information about the lldb-commits mailing list