From 19dd1a0ea6fed11b40cb9f83adbce17c04d569f3 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 10 May 2018 10:46:03 +0000 Subject: Convert all RunShellCommand functions to use the Timeout class this completes the Timeout migration started in r331880 with the Predicate class. llvm-svn: 331970 --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 8898767e83c..fcf578f9918 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -404,8 +404,7 @@ public: // the process to exit std::string *command_output, // Pass nullptr if you don't want the command output - uint32_t timeout_sec); // Timeout in seconds to wait for shell program to - // finish + const Timeout &timeout); bool CalculateMD5(const FileSpec &file_spec, uint64_t &high, uint64_t &low); -- cgit v1.2.3