Home
last modified time | relevance | path

Searched defs:timeout_seconds (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dcommon.h40 T pop(int timeout_seconds, bool &success) { in pop()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py656 def _wait_with_timeout(self, timeout_seconds, command, want_core): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py100 timeout_seconds, argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp155 const uint64_t timeout_seconds = in ProcessKDP() local
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp606 const uint64_t timeout_seconds = GetUnsigned(arguments, "timeout", 30); in request_attach() local
1656 const uint64_t timeout_seconds = GetUnsigned(arguments, "timeout", 30); in request_launch() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1297 uint32_t timeout_seconds; in GetHostInfo() local
H A DProcessGDBRemote.cpp297 const uint64_t timeout_seconds = in ProcessGDBRemote() local