Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/test_runner/test/
H A Dtest_process_control.py124 driver.run_command_with_timeout(
142 driver.run_command_with_timeout(
180 driver.run_command_with_timeout(
218 driver.run_command_with_timeout(
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py541 def run_command_with_timeout(self, command, timeout, want_core): member in ProcessDriver