Home
last modified time | relevance | path

Searched refs:run_command_with_timeout (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/test/API/test_runner/test/
H A Dtest_process_control.py117 driver.run_command_with_timeout(
135 driver.run_command_with_timeout(
174 driver.run_command_with_timeout(
210 driver.run_command_with_timeout(
/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py545 def run_command_with_timeout(self, command, timeout, want_core): member in ProcessDriver