Searched refs:get_crashed_threads (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/test/API/functionalities/inferior-changed/ |
D | TestInferiorChanged.py | 50 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/ |
D | TestInferiorCrashing.py | 47 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())), 99 threads = lldbutil.get_crashed_threads(self, process)
|
D | TestInferiorCrashingStep.py | 68 lldbutil.get_crashed_threads( 122 threads = lldbutil.get_crashed_threads(self, process)
|
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/ |
D | TestRecursiveInferior.py | 47 len(lldbutil.get_crashed_threads(self, self.dbg.GetSelectedTarget().GetProcess())), 109 threads = lldbutil.get_crashed_threads(self, process)
|
D | TestRecursiveInferiorStep.py | 44 lldbutil.get_crashed_threads(
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | concurrent_base.py | 205 lldbutil.get_crashed_threads( 215 lldbutil.get_crashed_threads(
|
D | lldbutil.py | 817 def get_crashed_threads(test, process): function
|