Searched refs:SetUseColor (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h198 bool SetUseColor(bool use_color);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i361 SetUseColor (bool use_color);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h274 bool SetUseColor(bool use_color);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp342 bool Debugger::SetUseColor(bool b) { function in class:Debugger
710 SetUseColor(false);
713 SetUseColor(false);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1387 bool SBDebugger::SetUseColor(bool value) { function in class:SBDebugger
1388 LLDB_RECORD_METHOD(bool, SBDebugger, SetUseColor, (bool), value);
1390 return (m_opaque_sp ? m_opaque_sp->SetUseColor(value) : false);
1813 LLDB_REGISTER_METHOD(bool, SBDebugger, SetUseColor, (bool));
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp232 m_debugger.SetUseColor(false);
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19307 SWIG_check_num_args("lldb::SBDebugger::SetUseColor",2,2)
19308 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::SetUseColor",1,"lldb::SBDebugger *");
19309 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBDebugger::SetUseColor",2,"bool");
19316 result = (bool)(arg1)->SetUseColor(arg2);
20610 { "SetUseColor", _wrap_SBDebugger_SetUseColor},
[all...]

Completed in 247 milliseconds