Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp107 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 DDebugger.cpp204 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 DIOHandler.cpp277 if (debugger.GetUseAutosuggestion() && debugger.GetUseColor()) { in IOHandlerEditline()
H A DFormatEntity.cpp1096 if (debugger.GetUseColor()) { in Format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp497 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
523 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
H A DCommandObjectWatchpointCommand.cpp288 CommandReturnObject result(debugger.GetUseColor()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp840 bool color_prompt = debugger.GetUseColor(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i364 GetUseColor () const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp245 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 DCommandObject.cpp288 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h238 bool GetUseColor() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1434 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 DScriptInterpreterLua.cpp43 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h318 bool GetUseColor() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp978 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 DREPL.cpp250 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp633 CommandReturnObject result(debugger.GetUseColor()); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19403 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor(); in _wrap_SBDebugger_GetUseColor()