[Lldb-commits] [PATCH] D35607: Extend 'target symbols add' to load symbols from a given file by UUID.

Eugene Zemtsov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 20 09:49:24 PDT 2017


eugene added a comment.

In https://reviews.llvm.org/D35607#814982, @clayborg wrote:

> So we should just make sure this works:
>
>   (lldb) target symbols add --shlib a.out debug_binaries/a.out
>


I like this, and I'm going to implement it.  Pavel is right and the way UUID is set for modules without build-id is kinda strange, but changing it seems like a big and risky change.
Actually "target symbols add" already has logic that if UUID doesn't match it solely uses filenames to match debug symbols, so being able to separately set name for both executable and debug modules seems very logical.


https://reviews.llvm.org/D35607





More information about the lldb-commits mailing list