Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i18eBroadcastBitDisconnected = (1 << 0), ///< Sent when the communications connection is lo… enumerator
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h20 eBroadcastBitDisconnected = in FLAGS_ANONYMOUS_ENUM()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h66 eBroadcastBitDisconnected = in FLAGS_ANONYMOUS_ENUM()
/openbsd/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp47 SetEventName(eBroadcastBitDisconnected, "disconnected"); in ThreadedCommunication()