================ @@ -1510,6 +1510,7 @@ bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, } ModuleSP Target::GetExecutableModule() { + std::lock_guard<std::recursive_mutex> guard(m_images.GetMutex()); ---------------- neverov-test wrote:
done https://github.com/llvm/llvm-project/pull/139862 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits