Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.cpp80 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in GDBRemoteCommunicationReplayServer()
84 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in GDBRemoteCommunicationReplayServer()
239 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
280 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
DGDBRemoteCommunicationReplayServer.h60 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
DProcessGDBRemote.h245 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
DProcessGDBRemote.cpp265 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
281 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in ProcessGDBRemote()
3618 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
3784 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
/external/llvm-project/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt38 …DBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) got eBroadcastBitAsyncThreadShouldExit...
53 …DBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) got eBroadcastBitAsyncThreadShouldExit...
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt38 …DBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) got eBroadcastBitAsyncThreadShouldExit...
53 …DBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) got eBroadcastBitAsyncThreadShouldExit...
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp159 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessKDP()
761 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
782 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in AsyncThread()
836 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
DProcessKDP.h166 eBroadcastBitAsyncThreadShouldExit = (1 << 1) enumerator