| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | StreamAsynchronousIO.cpp | 19 : Stream(0, 4, eByteOrderBig, debugger.GetUseColor()), m_debugger(debugger), in StreamAsynchronousIO()
|
| H A D | SourceManager.cpp | 182 if (!debugger_sp->GetUseColor()) in should_highlight_source() 196 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi() 216 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret() 225 return debugger_sp && debugger_sp->GetUseColor(); in should_show_stop_line_with_ansi()
|
| H A D | Statusline.cpp | 83 if (!m_debugger.GetUseColor()) in Draw()
|
| H A D | Debugger.cpp | 232 new_prompt, GetUseColor()); in SetPropertyValue() 243 SetUseColor(GetUseColor()); in SetPropertyValue() 250 SetUseColor(GetUseColor()); in SetPropertyValue() 348 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt() 452 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger 891 CommandReturnObject result(debugger_sp->GetUseColor()); in Destroy()
|
| H A D | Disassembler.cpp | 684 show_color = target_sp->GetDebugger().GetUseColor(); in Dump()
|
| H A D | FormatEntity.cpp | 1331 if (debugger.GetUseColor()) { in Format()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 513 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 538 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 250 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
|
| H A D | CommandObjectCommands.cpp | 847 bool color_prompt = debugger.GetUseColor(); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1562 const bool use_color = interpreter.GetDebugger().GetUseColor(); in LookupSymbolInModule()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 412 bool GetUseColor() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 45 true, debugger.GetUseColor(), 0, *this), in IOHandlerLuaInterpreter()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2726 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() 2965 debugger.GetUseColor(), 0, *this)); in HandleCommandsFromFile() 3289 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete() 3483 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler() 3502 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler() 3556 m_debugger.GetUseColor(), in GetIOHandler()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 68 bool GetUseColor() const; 622 const bool saved_use_color = mc_disasm_ptr->GetUseColor(); in CalculateMnemonicOperandsAndComment() 1405 bool DisassemblerLLVMC::MCDisasmInstance::GetUseColor() const { in GetUseColor() function in DisassemblerLLVMC::MCDisasmInstance
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 292 bool GetUseColor() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 260 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 607 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1457 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger 1460 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1037 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 22679 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor(); in _wrap_SBDebugger_GetUseColor()
|