[Lldb-commits] [PATCH] D62755: [Target] Remove Process::GetCPPLanguageRuntime
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 31 15:38:58 PDT 2019
aprantl added inline comments.
================
Comment at: source/Target/Process.cpp:1601
-CPPLanguageRuntime *Process::GetCPPLanguageRuntime(bool retry_if_null) {
- std::lock_guard<std::recursive_mutex> guard(m_language_runtimes_mutex);
----------------
so what about this mutex at the new call sites?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62755/new/
https://reviews.llvm.org/D62755
More information about the lldb-commits
mailing list