Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/thread/state/
H A DTestThreadStates.py91 thread.IsStopped(),
139 thread.IsStopped(),
178 thread.IsStopped(),
260 thread.IsStopped(),
273 thread.IsStopped(),
289 thread.IsStopped(),
299 thread.IsStopped(),
314 thread.IsStopped(),
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/multi_break/
H A DTestMultipleBreakpoints.py70 thread1.IsStopped(),
73 thread2.IsStopped(),
76 thread3.IsStopped(),
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i325 IsStopped();
464 …is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value th…
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/break_after_join/
H A DTestBreakAfterJoin.py77 process.GetThreadAtIndex(i).IsStopped(),
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h79 bool IsStopped(int *signo);
H A DNativeThreadLinux.cpp367 bool NativeThreadLinux::IsStopped(int *signo) { in IsStopped() function in NativeThreadLinux
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h171 bool IsStopped();
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py44 status = "stopped" if x.IsStopped() else "running"
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp1062 bool SBThread::IsStopped() { in IsStopped() function in SBThread