Home
last modified time | relevance | path

Searched refs:timeout_seconds (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py543 timeout_seconds = timeout_to_seconds(timeout)
549 self._wait_with_timeout(timeout_seconds, command, want_core)
656 def _wait_with_timeout(self, timeout_seconds, command, want_core): argument
659 completed_normally = self.done_event.wait(timeout_seconds)
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp155 const uint64_t timeout_seconds = in ProcessKDP() local
157 if (timeout_seconds > 0) in ProcessKDP()
158 m_comm.SetPacketTimeout(std::chrono::seconds(timeout_seconds)); in ProcessKDP()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp609 const uint64_t timeout_seconds = GetUnsigned(arguments, "timeout", 30); in request_attach() local
670 error = g_vsc.WaitForProcessToStop(timeout_seconds); in request_attach()
1666 const uint64_t timeout_seconds = GetUnsigned(arguments, "timeout", 30); in request_launch() local
1744 error = g_vsc.WaitForProcessToStop(timeout_seconds); in request_launch()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py99 timeout_seconds, argument
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1285 uint32_t timeout_seconds; in GetHostInfo() local
1286 if (!value.getAsInteger(0, timeout_seconds)) { in GetHostInfo()
1287 m_default_packet_timeout = seconds(timeout_seconds); in GetHostInfo()
H A DProcessGDBRemote.cpp283 const uint64_t timeout_seconds = in ProcessGDBRemote() local
285 if (timeout_seconds > 0) in ProcessGDBRemote()
286 m_gdb_comm.SetPacketTimeout(std::chrono::seconds(timeout_seconds)); in ProcessGDBRemote()