| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A 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()
|
| H A D | Debugger.cpp | 204 new_prompt, GetUseColor()); in SetPropertyValue() 285 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt() 343 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger 611 CommandReturnObject result(debugger_sp->GetUseColor()); in Destroy()
|
| H A D | IOHandler.cpp | 277 if (debugger.GetUseAutosuggestion() && debugger.GetUseColor()) { in IOHandlerEditline()
|
| H A D | FormatEntity.cpp | 1096 if (debugger.GetUseColor()) { in Format()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 497 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 523 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 288 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
|
| H A D | CommandObjectCommands.cpp | 840 bool color_prompt = debugger.GetUseColor(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 364 GetUseColor () const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 245 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize() 2309 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() 2549 debugger.GetUseColor(), 0, *this, nullptr)); in HandleCommandsFromFile() 2847 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete() 2999 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler() 3019 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler() 3072 m_debugger.GetUseColor(), in GetIOHandler()
|
| H A D | CommandObject.cpp | 288 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 238 bool GetUseColor() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1434 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger 1435 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetUseColor); in GetUseColor() 1437 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor() 1861 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetUseColor, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 43 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 318 bool GetUseColor() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 978 CommandReturnObject result(debugger.GetUseColor()); in ParseAutoEnableOptions() 1033 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 250 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 633 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 19403 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor(); in _wrap_SBDebugger_GetUseColor()
|