Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommunication.i18eBroadcastBitDisconnected = (1 << 0), ///< Sent when the communications connection is lo… enumerator
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommunication.h20 eBroadcastBitDisconnected = in FLAGS_ANONYMOUS_ENUM()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h87 eBroadcastBitDisconnected = in FLAGS_ANONYMOUS_ENUM()
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp53 SetEventName(eBroadcastBitDisconnected, "disconnected"); in Communication()