Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp117 if (!debugger_sp->GetUseColor()) in should_highlight_source()
131 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi()
151 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret()
160 return debugger_sp && debugger_sp->GetUseColor(); in should_show_stop_line_with_ansi()
H A DDebugger.cpp216 new_prompt, GetUseColor()); in SetPropertyValue()
297 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt()
369 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger
669 CommandReturnObject result(debugger_sp->GetUseColor()); in Destroy()
1204 return std::make_shared<StreamAsynchronousIO>(*this, true, GetUseColor()); in GetAsyncOutputStream()
1208 return std::make_shared<StreamAsynchronousIO>(*this, false, GetUseColor()); in GetAsyncErrorStream()
1894 const bool use_color = GetUseColor(); in HandleProgressEvent()
H A DFormatEntity.cpp1095 if (debugger.GetUseColor()) { in Format()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp477 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
503 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
H A DCommandObjectWatchpointCommand.cpp258 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp885 bool color_prompt = debugger.GetUseColor(); in DoExecute()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i386 GetUseColor () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h249 bool GetUseColor() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp257 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize()
2507 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands()
2745 debugger.GetUseColor(), 0, *this, nullptr)); in HandleCommandsFromFile()
3061 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete()
3217 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler()
3237 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler()
3290 m_debugger.GetUseColor(), in GetIOHandler()
H A DCommandObject.cpp290 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h302 bool GetUseColor() const;
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp43 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp974 CommandReturnObject result(debugger.GetUseColor()); in ParseAutoEnableOptions()
1029 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp255 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1419 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger
1422 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp623 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()