Home
last modified time | relevance | path

Searched refs:eBroadcastBitAsyncThreadShouldExit (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationReplayServer.cpp80 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in GDBRemoteCommunicationReplayServer()
84 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in GDBRemoteCommunicationReplayServer()
235 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
276 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
HDGDBRemoteCommunicationReplayServer.h57 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
HDProcessGDBRemote.h242 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
HDProcessGDBRemote.cpp276 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
292 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in ProcessGDBRemote()
3638 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
3804 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()