From c3c0b0e59a8565fdaeb6f6cbe600ed59c22e5f0c Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 12 Apr 2012 19:04:34 +0000 Subject: Remove the GetSequenceMutex timeout that isn't being used in the GDB remote plug-in. Also fixed the ProcessLinux, ProcessPOSIX and ProcessFreeBSD to have the correct UpdateThreadList() prototype. llvm-svn: 154603 --- lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp') diff --git a/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp b/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp index 41dc93c9e47..fd5102682ee 100644 --- a/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp +++ b/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp @@ -131,11 +131,11 @@ ProcessFreeBSD::Terminate() { } -uint32_t +bool ProcessFreeBSD::UpdateThreadList(ThreadList &old_thread_list, ThreadList &new_thread_list) { // XXX haxx new_thread_list = old_thread_list; - return 0; + return false; } -- cgit v1.2.3