Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/source-manager/
H A DTestSourceManager.py70 self.dbg.SetUseColor(use_color)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i383 SetUseColor (bool use_color);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h247 bool SetUseColor(bool use_color);
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py158 self.dbg.SetUseColor(False)
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h304 bool SetUseColor(bool use_color);
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp375 bool Debugger::SetUseColor(bool b) { in SetUseColor() function in Debugger
806 SetUseColor(false); in Debugger()
809 SetUseColor(false); in Debugger()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1413 bool SBDebugger::SetUseColor(bool value) { in SetUseColor() function in SBDebugger
1416 return (m_opaque_sp ? m_opaque_sp->SetUseColor(value) : false); in SetUseColor()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp192 m_debugger.SetUseColor(false); in ProcessArgs()