Home
last modified time | relevance | path

Searched refs:GetUseColor (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp171 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 DDebugger.cpp227 new_prompt, GetUseColor()); in SetPropertyValue()
329 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt()
403 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger
773 CommandReturnObject result(debugger_sp->GetUseColor()); in Destroy()
1290 return std::make_shared<StreamAsynchronousIO>(*this, true, GetUseColor()); in GetAsyncOutputStream()
1294 return std::make_shared<StreamAsynchronousIO>(*this, false, GetUseColor()); in GetAsyncErrorStream()
2107 const bool use_color = GetUseColor(); in HandleProgressEvent()
H A DDisassembler.cpp652 show_color = target_sp->GetDebugger().GetUseColor(); in Dump()
H A DFormatEntity.cpp1201 if (debugger.GetUseColor()) { in Format()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp520 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
546 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
H A DCommandObjectWatchpointCommand.cpp246 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp838 bool color_prompt = debugger.GetUseColor(); in DoExecute()
H A DCommandObjectTarget.cpp1557 const bool use_color = interpreter.GetDebugger().GetUseColor(); in LookupSymbolInModule()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp288 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize()
2574 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands()
2813 debugger.GetUseColor(), 0, *this)); in HandleCommandsFromFile()
3136 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete()
3304 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler()
3323 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler()
3377 m_debugger.GetUseColor(), in GetIOHandler()
H A DCommandObject.cpp290 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h305 bool GetUseColor() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp44 true, debugger.GetUseColor(), 0, *this), in IOHandlerLuaInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp975 CommandReturnObject result(debugger.GetUseColor()); in ParseAutoEnableOptions()
1031 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h299 bool GetUseColor() const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp258 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1472 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger
1475 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp614 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22393 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor(); in _wrap_SBDebugger_GetUseColor()