Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp56 SetEventName(eBroadcastBitReadThreadDidExit, "read thread did exit"); in Communication()
151 this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()
159 if (event_type & eBroadcastBitReadThreadDidExit) { in Read()
382 comm->BroadcastEvent(eBroadcastBitReadThreadDidExit); in ReadThread()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommunication.i20eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h24 eBroadcastBitReadThreadDidExit = in FLAGS_ANONYMOUS_ENUM()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h91 eBroadcastBitReadThreadDidExit = in FLAGS_ANONYMOUS_ENUM()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp298 Communication::eBroadcastBitReadThreadDidExit | in ProcessGDBRemote()
3881 case Communication::eBroadcastBitReadThreadDidExit: in AsyncThread()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15180 …TTAB_INT("eBroadcastBitReadThreadDidExit", lldb::SBCommunication::eBroadcastBitReadThreadDidExit)},
71215 …unication_eBroadcastBitReadThreadDidExit", lldb::SBCommunication::eBroadcastBitReadThreadDidExit)},