Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h47 eBroadcastBitWarning = (1 << 1), in FLAGS_ANONYMOUS_ENUM()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h84 eBroadcastBitWarning = (1 << 1), enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1484 event_type = Debugger::eBroadcastBitWarning; in PrivateReportDiagnostic()
1877 &m_broadcaster, eBroadcastBitProgress | eBroadcastBitWarning | in DefaultEventHandler()
1932 else if (event_type & Debugger::eBroadcastBitWarning) in DefaultEventHandler()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22770 {SWIG_LUA_CONSTTAB_INT("eBroadcastBitWarning", lldb::SBDebugger::eBroadcastBitWarning)},
78563 …{SWIG_LUA_CONSTTAB_INT("SBDebugger_eBroadcastBitWarning", lldb::SBDebugger::eBroadcastBitWarning)},