Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/inferior-changed/
DTestInferiorChanged.py50 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
64 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/
DTestInferiorCrashing.py47 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
99 threads = lldbutil.get_crashed_threads(self, process)
DTestInferiorCrashingStep.py68 lldbutil.get_crashed_threads(
122 threads = lldbutil.get_crashed_threads(self, process)
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
DTestRecursiveInferior.py47 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())),
109 threads = lldbutil.get_crashed_threads(self, process)
DTestRecursiveInferiorStep.py44 lldbutil.get_crashed_threads(
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dconcurrent_base.py205 lldbutil.get_crashed_threads(
215 lldbutil.get_crashed_threads(
Dlldbutil.py817 def get_crashed_threads(test, process): function