[Lldb-commits] [PATCH] D62796: [Target] Generalize some behavior in Target::SymbolsDidLoad
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 3 01:21:42 PDT 2019
labath added inline comments.
================
Comment at: source/Target/Target.cpp:1670-1672
+ if (LanguageRuntime *objc_runtime =
+ m_process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC))
objc_runtime->SymbolsDidLoad(module_list);
----------------
Same question about runtime iteration as in the other review.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62796/new/
https://reviews.llvm.org/D62796
More information about the lldb-commits
mailing list