Home
last modified time | relevance | path

Searched refs:eBroadcastBitReadThreadGotBytes (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp55 SetEventName(eBroadcastBitReadThreadGotBytes, "got bytes"); in Communication()
151 this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()
155 if (event_type & eBroadcastBitReadThreadGotBytes) { in Read()
287 BroadcastEventIfUnique(eBroadcastBitReadThreadGotBytes); in AppendBytesToCache()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommunication.i19eBroadcastBitReadThreadGotBytes = (1 << 1), ///< Sent by the read thread when bytes become ava… enumerator
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h22 eBroadcastBitReadThreadGotBytes = in FLAGS_ANONYMOUS_ENUM()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h89 eBroadcastBitReadThreadGotBytes = in FLAGS_ANONYMOUS_ENUM()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15179 …AB_INT("eBroadcastBitReadThreadGotBytes", lldb::SBCommunication::eBroadcastBitReadThreadGotBytes)},
71214 …ication_eBroadcastBitReadThreadGotBytes", lldb::SBCommunication::eBroadcastBitReadThreadGotBytes)},