Convert all RunShellCommand functions to use the Timeout class
authorPavel Labath <labath@google.com>
Thu, 10 May 2018 10:46:03 +0000 (10:46 +0000)
committerPavel Labath <labath@google.com>
Thu, 10 May 2018 10:46:03 +0000 (10:46 +0000)
commit19dd1a0ea6fed11b40cb9f83adbce17c04d569f3
tree9684b6fe9398b094dbc917e225c1f4f887d58db9
parentce6ada41513eeff22e04b52d7965cdf02d8fe6fe
Convert all RunShellCommand functions to use the Timeout class

this completes the Timeout migration started in r331880 with the
Predicate class.

llvm-svn: 331970
15 files changed:
lldb/include/lldb/Host/Host.h
lldb/include/lldb/Target/Platform.h
lldb/source/API/SBPlatform.cpp
lldb/source/Commands/CommandObjectPlatform.cpp
lldb/source/Host/common/Host.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
lldb/source/Target/Platform.cpp