Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSourceManager.cpp107 if (!debugger_sp->GetUseColor()) in should_highlight_source()
121 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi()
141 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret()
150 return debugger_sp && debugger_sp->GetUseColor(); in should_show_stop_line_with_ansi()
DDebugger.cpp203 new_prompt, GetUseColor()); in SetPropertyValue()
278 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt()
336 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger
DIOHandler.cpp270 if (debugger.GetUseAutosuggestion() && debugger.GetUseColor()) in IOHandlerEditline()
DFormatEntity.cpp1106 if (debugger.GetUseColor()) { in Format()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp498 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
524 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
DCommandObjectWatchpointCommand.cpp286 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
DCommandObjectCommands.cpp870 bool color_prompt = debugger.GetUseColor(); in DoExecute()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp34 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i364 GetUseColor () const;
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h200 bool GetUseColor() const;
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp230 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize()
2305 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands()
2547 debugger.GetUseColor(), 0, *this, nullptr)); in HandleCommandsFromFile()
2839 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete()
2984 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler()
3004 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler()
3057 m_debugger.GetUseColor(), in GetIOHandler()
DCommandObject.cpp294 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h272 bool GetUseColor() const;
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1391 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger
1392 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetUseColor); in GetUseColor()
1394 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
1812 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetUseColor, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp984 CommandReturnObject result(debugger.GetUseColor()); in ParseAutoEnableOptions()
1039 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp250 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp635 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()