mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage.
<rdar://problem/16054348> <rdar://problem/16040833> llvm-svn: 201372
This commit is contained in:
@@ -93,6 +93,7 @@ protected:
|
||||
CreateThreadFromThreadInfo (lldb_private::PythonDictionary &thread_dict,
|
||||
lldb_private::ThreadList &core_thread_list,
|
||||
lldb_private::ThreadList &old_thread_list,
|
||||
std::vector<bool> &core_used_map,
|
||||
bool *did_create_ptr);
|
||||
|
||||
DynamicRegisterInfo *
|
||||
|
||||
Reference in New Issue
Block a user