| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | SourceManager.cpp | 171 if (!debugger_sp->GetUseColor()) in should_highlight_source() 185 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi() 205 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret() 214 return debugger_sp && debugger_sp->GetUseColor(); in should_show_stop_line_with_ansi()
|
| H A D | Debugger.cpp | 226 new_prompt, GetUseColor()); in SetPropertyValue() 328 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt() 402 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger 759 CommandReturnObject result(debugger_sp->GetUseColor()); in Destroy() 1276 return std::make_shared<StreamAsynchronousIO>(*this, true, GetUseColor()); in GetAsyncOutputStream() 1280 return std::make_shared<StreamAsynchronousIO>(*this, false, GetUseColor()); in GetAsyncErrorStream() 2066 const bool use_color = GetUseColor(); in HandleProgressEvent()
|
| H A D | Disassembler.cpp | 652 show_color = target_sp->GetDebugger().GetUseColor(); in Dump()
|
| H A D | FormatEntity.cpp | 1159 if (debugger.GetUseColor()) { in Format()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 528 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 554 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 258 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
|
| H A D | CommandObjectCommands.cpp | 882 bool color_prompt = debugger.GetUseColor(); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1600 const bool use_color = interpreter.GetDebugger().GetUseColor(); in LookupSymbolInModule()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 274 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize() 2561 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() 2799 debugger.GetUseColor(), 0, *this)); in HandleCommandsFromFile() 3117 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete() 3283 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler() 3302 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler() 3354 m_debugger.GetUseColor(), in GetIOHandler()
|
| H A D | CommandObject.cpp | 290 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 302 bool GetUseColor() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 44 true, debugger.GetUseColor(), 0, *this), in IOHandlerLuaInterpreter()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 306 bool GetUseColor() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 67 bool GetUseColor() const; 615 const bool saved_use_color = mc_disasm_ptr->GetUseColor(); in CalculateMnemonicOperandsAndComment() 1399 bool DisassemblerLLVMC::MCDisasmInstance::GetUseColor() const { in GetUseColor() function in DisassemblerLLVMC::MCDisasmInstance
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 975 CommandReturnObject result(debugger.GetUseColor()); in ParseAutoEnableOptions() 1031 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 258 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1472 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger 1475 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 622 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 21115 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor(); in _wrap_SBDebugger_GetUseColor()
|