Home
last modified time | relevance | path

Searched defs:timeout_secs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBListener.cpp129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent()
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Dlldbdap_testcase.py200 collect_console(self, timeout_secs, pattern=None) global() argument
H A Ddap_server.py174 def collect_output(self, category, timeout_secs, pattern, clear=True): argument