commit | c8dd570dddf0b73b74db5c1ecb8f18f023f864e7 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Thu Apr 12 19:04:34 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Thu Apr 12 19:04:34 2012 +0000 |
tree | 5672e78f72bb0200895d45cc9b6ffade89f2d102 | |
parent | bff78410b94d0b52956e3c6f2966b25a9b799366 [diff] [blame] |
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. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@154603 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h b/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h index ef0c198..83bbfd5 100644 --- a/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h +++ b/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
@@ -59,7 +59,7 @@ size_t payload_length); bool - GetSequenceMutex (lldb_private::Mutex::Locker& locker, uint32_t usec_timeout); + GetSequenceMutex (lldb_private::Mutex::Locker& locker); bool CheckForPacket (const uint8_t *src,