Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp270 m_async_thread_state(eAsyncThreadNotStarted), in ProcessGDBRemote()
2800 if (m_async_thread_state == eAsyncThreadNotStarted) in StartAsyncThread()
2807 m_async_thread_state = eAsyncThreadRunning; in StartAsyncThread()
2818 …DBRemote::%s () - Called when Async thread was in state: %d.", __FUNCTION__, m_async_thread_state); in StartAsyncThread()
2819 if (m_async_thread_state == eAsyncThreadRunning) in StartAsyncThread()
2835 if (m_async_thread_state == eAsyncThreadRunning) in StopAsyncThread()
2847 m_async_thread_state = eAsyncThreadDone; in StopAsyncThread()
2852 …DBRemote::%s () - Called when Async thread was in state: %d.", __FUNCTION__, m_async_thread_state); in StopAsyncThread()
DProcessGDBRemote.h327 AsyncThreadState m_async_thread_state; variable