Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp113 if (!debugger_sp->GetUseColor()) in should_highlight_source()
127 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi()
147 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret()
H A DDebugger.cpp336 new_prompt, GetUseColor()); in SetPropertyValue()
410 lldb_utility::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt()
465 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h174 bool GetUseColor() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h270 bool GetUseColor() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1092 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger
1093 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp555 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
H A DCommandObjectCommands.cpp1035 bool color_prompt = debugger.GetUseColor(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2471 debugger.GetUseColor(), 0, *this)); in HandleCommandsFromFile()
2906 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler()
2929 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler()
2981 m_debugger.GetUseColor(), in GetIOHandler()