| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SourceManager.cpp | 118 if (!debugger_sp->GetUseColor()) in should_highlight_source() 132 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi() 152 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret() 161 return debugger_sp && debugger_sp->GetUseColor(); in should_show_stop_line_with_ansi()
|
| H A D | Debugger.cpp | 228 new_prompt, GetUseColor()); in SetPropertyValue() 309 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt() 376 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger 689 CommandReturnObject result(debugger_sp->GetUseColor()); in Destroy() 1194 return std::make_shared<StreamAsynchronousIO>(*this, true, GetUseColor()); in GetAsyncOutputStream() 1198 return std::make_shared<StreamAsynchronousIO>(*this, false, GetUseColor()); in GetAsyncErrorStream() 1914 const bool use_color = GetUseColor(); in HandleProgressEvent()
|
| H A D | FormatEntity.cpp | 1153 if (debugger.GetUseColor()) { in Format()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 484 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 510 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 258 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
|
| H A D | CommandObjectCommands.cpp | 888 bool color_prompt = debugger.GetUseColor(); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 388 GetUseColor () const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 266 bool GetUseColor() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 274 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize() 2558 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() 2796 debugger.GetUseColor(), 0, *this)); in HandleCommandsFromFile() 3109 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete() 3272 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler() 3291 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler() 3343 m_debugger.GetUseColor(), in GetIOHandler()
|
| H A D | CommandObject.cpp | 290 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 44 true, debugger.GetUseColor(), 0, *this), in IOHandlerLuaInterpreter()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 298 bool GetUseColor() const;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | REPL.cpp | 255 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1455 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger 1458 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 623 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
|