From ba4e61d3f5f8cfd30b5a359e18e7da98b3c465b8 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Tue, 7 May 2013 18:35:34 +0000 Subject: Reinstating r181091 and r181106 with fix for Linux regressions. llvm-svn: 181340 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 756d054cca1..0055058192c 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h @@ -65,7 +65,8 @@ public: // lldb_private::OperatingSystem Methods //------------------------------------------------------------------ virtual bool - UpdateThreadList (lldb_private::ThreadList &old_thread_list, + UpdateThreadList (lldb_private::ThreadList &old_thread_list, + lldb_private::ThreadList &real_thread_list, lldb_private::ThreadList &new_thread_list); virtual void -- cgit v1.2.3