Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i124 eBroadcastBitError = (1 << 2), enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h39 eBroadcastBitError = (1 << 2), in FLAGS_ANONYMOUS_ENUM()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h85 eBroadcastBitError = (1 << 2), enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1339 event_type = Debugger::eBroadcastBitError; in PrivateReportDiagnostic()
1726 eBroadcastBitError | eBroadcastSymbolChange); in DefaultEventHandler()
1782 else if (event_type & Debugger::eBroadcastBitError) in DefaultEventHandler()