Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py631 def _attempt_termination(self, attempt_count, want_core): argument
636 if attempt_count == 1:
638 elif attempt_count == 2:
648 if attempt_count == 1: