Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp54 SetEventName(eBroadcastBitReadThreadGotBytes, "got bytes"); in Communication()
149 this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()
153 if (event_type & eBroadcastBitReadThreadGotBytes) { in Read()
294 BroadcastEventIfUnique(eBroadcastBitReadThreadGotBytes); in AppendBytesToCache()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommunication.i19eBroadcastBitReadThreadGotBytes = (1 << 1), ///< Sent by the read thread when bytes become ava… enumerator
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommunication.h22 eBroadcastBitReadThreadGotBytes = in FLAGS_ANONYMOUS_ENUM()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h89 eBroadcastBitReadThreadGotBytes = in FLAGS_ANONYMOUS_ENUM()