Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i22eBroadcastBitPacketAvailable = (1 << 4), ///< Sent when data received makes a complete pack… enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h29 eBroadcastBitPacketAvailable = in FLAGS_ANONYMOUS_ENUM()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h75 eBroadcastBitPacketAvailable = in FLAGS_ANONYMOUS_ENUM()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp51 SetEventName(eBroadcastBitPacketAvailable, "packet available"); in ThreadedCommunication()