Home
last modified time | relevance | path

Searched refs:ReadThreadIsRunning (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp145 bool SBCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning() function in SBCommunication
148 return m_opaque ? m_opaque->ReadThreadIsRunning() : false; in ReadThreadIsRunning()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i79 ReadThreadIsRunning ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h69 bool ReadThreadIsRunning();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h193 bool ReadThreadIsRunning();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp256 bool ThreadedCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning() function in ThreadedCommunication