Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp153 bool SBCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning() function in SBCommunication
154 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommunication, ReadThreadIsRunning); in ReadThreadIsRunning()
156 return m_opaque ? m_opaque->ReadThreadIsRunning() : false; in ReadThreadIsRunning()
208 LLDB_REGISTER_METHOD(bool, SBCommunication, ReadThreadIsRunning, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommunication.i79 ReadThreadIsRunning ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h69 bool ReadThreadIsRunning();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h262 bool ReadThreadIsRunning();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp305 bool Communication::ReadThreadIsRunning() { return m_read_thread_enabled; } in ReadThreadIsRunning() function in Communication
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15092 result = (bool)(arg1)->ReadThreadIsRunning(); in _wrap_SBCommunication_ReadThreadIsRunning()