Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py48 … while process.GetState() == lldb.eStateStopped and not lldbutil.is_thread_crashed(self, thread):
56 lldbutil.is_thread_crashed(
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py875 def is_thread_crashed(test, thread): function
895 if is_thread_crashed(test, thread):