| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | SourceManager.cpp | 117 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 D | Debugger.cpp | 216 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 D | FormatEntity.cpp | 1095 if (debugger.GetUseColor()) { in Format()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 477 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 503 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 258 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
|
| H A D | CommandObjectCommands.cpp | 885 bool color_prompt = debugger.GetUseColor(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 386 GetUseColor () const;
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 249 bool GetUseColor() const;
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 257 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 D | CommandObject.cpp | 290 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 302 bool GetUseColor() const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 43 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
|
| /llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 974 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 D | REPL.cpp | 255 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1419 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 D | BreakpointOptions.cpp | 623 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
|