Home
last modified time | relevance | path

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

/llvm-project/lldb/examples/test/tmp/
H A 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...
H A 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...
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp151 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessKDP()
730 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
748 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in AsyncThread()
801 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
804 ") got eBroadcastBitAsyncThreadShouldExit...", in AsyncThread()
H A DProcessKDP.h157 eBroadcastBitAsyncThreadShouldExit = (1 << 1) enumerator
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h255 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
H A DProcessGDBRemote.cpp269 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
279 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in ProcessGDBRemote()
3625 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in AsyncThread()
3761 case eBroadcastBitAsyncThreadShouldExit: in NewThreadNotifyBreakpointHit()
3764 ") got eBroadcastBitAsyncThreadShouldExit...", in NewThreadNotifyBreakpointHit()