Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h171 bool IsStopped();
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py44 status = "stopped" if x.IsStopped() else "running"
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp1062 bool SBThread::IsStopped() { in IsStopped() function in SBThread