Searched refs:timeout_seconds (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/test_runner/test/ |
| H A D | test_process_control.py | 123 timeout_seconds = 5 126 "{}s".format(timeout_seconds), 129 driver.completed_event.wait(2 * timeout_seconds), 140 timeout_seconds = 5 146 options="--sleep {}".format(timeout_seconds * 2)), 147 "{}s".format(timeout_seconds), 152 driver.completed_event.wait(2 * timeout_seconds), 178 timeout_seconds = 1 187 "{}s".format(timeout_seconds),
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | common.h | 40 T pop(int timeout_seconds, bool &success) { in pop() argument 42 while (count < timeout_seconds) { in pop()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/ |
| H A D | process_control.py | 543 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)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 155 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()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 606 const uint64_t timeout_seconds = GetUnsigned(arguments, "timeout", 30); in request_attach() local 667 error = g_vsc.WaitForProcessToStop(timeout_seconds); in request_attach() 1656 const uint64_t timeout_seconds = GetUnsigned(arguments, "timeout", 30); in request_launch() local 1734 error = g_vsc.WaitForProcessToStop(timeout_seconds); in request_launch()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | lldbgdbserverutils.py | 100 timeout_seconds, argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1297 uint32_t timeout_seconds; in GetHostInfo() local 1298 if (!value.getAsInteger(0, timeout_seconds)) { in GetHostInfo() 1299 m_default_packet_timeout = seconds(timeout_seconds); in GetHostInfo()
|
| H A D | ProcessGDBRemote.cpp | 297 const uint64_t timeout_seconds = in ProcessGDBRemote() local 299 if (timeout_seconds > 0) in ProcessGDBRemote() 300 m_gdb_comm.SetPacketTimeout(std::chrono::seconds(timeout_seconds)); in ProcessGDBRemote()
|