Home
last modified time | relevance | path

Searched refs:SetUseColor (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h198 bool SetUseColor(bool use_color);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebugger.i361 SetUseColor (bool use_color);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h272 bool SetUseColor(bool use_color);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp412 bool Debugger::SetUseColor(bool b) { in SetUseColor() function in Debugger
756 SetUseColor(false); in Debugger()
759 SetUseColor(false); in Debugger()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1365 bool SBDebugger::SetUseColor(bool value) { in SetUseColor() function in SBDebugger
1366 LLDB_RECORD_METHOD(bool, SBDebugger, SetUseColor, (bool), value); in SetUseColor()
1368 return (m_opaque_sp ? m_opaque_sp->SetUseColor(value) : false); in SetUseColor()
1787 LLDB_REGISTER_METHOD(bool, SBDebugger, SetUseColor, (bool)); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp231 m_debugger.SetUseColor(false); in ProcessArgs()