Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDSourceManager.cpp109 if (!debugger_sp->GetUseColor()) in should_highlight_source()
123 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi()
143 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret()
HDDebugger.cpp281 new_prompt, GetUseColor()); in SetPropertyValue()
351 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt()
406 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger
HDFormatEntity.cpp1105 if (debugger.GetUseColor()) { in Format()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDScriptInterpreterLua.cpp28 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h200 bool GetUseColor() const;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebugger.i364 GetUseColor () const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h270 bool GetUseColor() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1371 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger
1372 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetUseColor); in GetUseColor()
1374 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
1788 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetUseColor, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2471 debugger.GetUseColor(), 0, *this, nullptr)); in HandleCommandsFromFile()
2850 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler()
2870 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler()
2923 m_debugger.GetUseColor(), in GetIOHandler()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectExpression.cpp521 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
HDCommandObjectCommands.cpp998 bool color_prompt = debugger.GetUseColor(); in DoExecute()