/external/llvm-project/lldb/source/Core/ |
D | SourceManager.cpp | 107 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()
|
D | Debugger.cpp | 203 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
|
D | IOHandler.cpp | 270 if (debugger.GetUseAutosuggestion() && debugger.GetUseColor()) in IOHandlerEditline()
|
D | FormatEntity.cpp | 1106 if (debugger.GetUseColor()) { in Format()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectExpression.cpp | 498 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 524 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
|
D | CommandObjectWatchpointCommand.cpp | 286 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
|
D | CommandObjectCommands.cpp | 870 bool color_prompt = debugger.GetUseColor(); in DoExecute()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
D | ScriptInterpreterLua.cpp | 34 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBDebugger.i | 364 GetUseColor () const;
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBDebugger.h | 200 bool GetUseColor() const;
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 230 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()
|
D | CommandObject.cpp | 294 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Debugger.h | 272 bool GetUseColor() const;
|
/external/llvm-project/lldb/source/API/ |
D | SBDebugger.cpp | 1391 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/Expression/ |
D | REPL.cpp | 250 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 984 CommandReturnObject result(debugger.GetUseColor()); in ParseAutoEnableOptions() 1039 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointOptions.cpp | 635 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
|