Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-changed/
H A DTestInferiorChanged.py47 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
61 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
H A DTestRecursiveInferior.py44 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
106 threads = lldbutil.get_crashed_threads(self, process)
H A DTestRecursiveInferiorStep.py42 lldbutil.get_crashed_threads(
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/
H A DTestInferiorCrashing.py44 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
96 threads = lldbutil.get_crashed_threads(self, process)
H A DTestInferiorCrashingStep.py64 lldbutil.get_crashed_threads(
118 threads = lldbutil.get_crashed_threads(self, process)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py205 lldbutil.get_crashed_threads(
215 lldbutil.get_crashed_threads(
H A Dlldbutil.py890 def get_crashed_threads(test, process): function