summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-05-07 18:35:34 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-05-07 18:35:34 +0000
commitba4e61d3f5f8cfd30b5a359e18e7da98b3c465b8 (patch)
tree93f7926f780675bf70802cd49e6ba24f5b9f2a2a /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
parent6baa776173902eb3a1f4ffbc8f8cdfd06f7fe81a (diff)
downloadbcm5719-llvm-ba4e61d3f5f8cfd30b5a359e18e7da98b3c465b8.tar.gz
bcm5719-llvm-ba4e61d3f5f8cfd30b5a359e18e7da98b3c465b8.zip
Reinstating r181091 and r181106 with fix for Linux regressions.
llvm-svn: 181340
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
-rw-r--r--lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud