From e98008cc587749568a6661931ed8973b64f7c2f7 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 13 Feb 2014 23:34:38 +0000 Subject: Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. llvm-svn: 201372 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h') diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h index 077039e50d56..3b7dd264dc62 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h @@ -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 &core_used_map, bool *did_create_ptr); DynamicRegisterInfo * -- cgit v1.2.3