Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py157 def soft_terminate(self, popen_process, log_file=None, want_core=True): argument
385 def soft_terminate(self, popen_process, log_file=None, want_core=True): argument
387 if want_core:
541 def run_command_with_timeout(self, command, timeout, want_core): argument
549 self._wait_with_timeout(timeout_seconds, command, want_core)
570 def _attempt_soft_kill(self, want_core): argument
577 want_core=want_core,
631 def _attempt_termination(self, attempt_count, want_core): argument
637 return self._attempt_soft_kill(want_core)
656 def _wait_with_timeout(self, timeout_seconds, command, want_core): argument
[all …]