Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp48 SetEventName(eBroadcastBitReadThreadGotBytes, "got bytes"); in ThreadedCommunication()
110 this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()
134 if (event_type & eBroadcastBitReadThreadGotBytes) { in Read()
252 BroadcastEventIfUnique(eBroadcastBitReadThreadGotBytes); in AppendBytesToCache()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i19eBroadcastBitReadThreadGotBytes = (1 << 1), ///< Sent by the read thread when bytes become ava… enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h22 eBroadcastBitReadThreadGotBytes = in FLAGS_ANONYMOUS_ENUM()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h68 eBroadcastBitReadThreadGotBytes = in FLAGS_ANONYMOUS_ENUM()