[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
Wed Jul 19 09:14:13 PDT 2017
eugene added a comment.
In https://reviews.llvm.org/D35607#814560, @labath wrote:
> Btw, will this work correctly if we are cross-debugging from a mac? (because then we will use the fancy DownloadObjectAndSymbolFile implementation)
Yeah, you're right. I'll move this logic to the CommandObjectTarget.cpp itself.
https://reviews.llvm.org/D35607
More information about the lldb-commits
mailing list