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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp107 if (!debugger_sp->GetUseColor())
121 if (!debugger_sp->GetUseColor())
141 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor())
150 return debugger_sp && debugger_sp->GetUseColor();
H A DDebugger.cpp203 new_prompt, GetUseColor());
278 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor());
336 bool Debugger::GetUseColor() const { function in class:Debugger
H A DFormatEntity.cpp1106 if (debugger.GetUseColor()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp31 ">>> ", "..> ", true, debugger.GetUseColor(), 0,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h200 bool GetUseColor() const;
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i364 GetUseColor () const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp504 GetCommandInterpreter().GetDebugger().GetUseColor());
530 bool color_prompt = debugger.GetUseColor();
H A DCommandObjectWatchpointCommand.cpp286 CommandReturnObject result(debugger.GetUseColor());
H A DCommandObjectCommands.cpp997 bool color_prompt = debugger.GetUseColor();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h272 bool GetUseColor() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp212 CommandReturnObject result(m_debugger.GetUseColor());
2267 CommandReturnObject tmp_result(m_debugger.GetUseColor());
2507 debugger.GetUseColor(), 0, *this, nullptr));
2795 lldb_private::CommandReturnObject result(m_debugger.GetUseColor());
2889 debugger.GetUseColor(),
2909 debugger.GetUseColor(),
2962 m_debugger.GetUseColor(),
H A DCommandObject.cpp285 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor());
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1393 bool SBDebugger::GetUseColor() const { function in class:SBDebugger
1394 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetUseColor);
1396 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false);
1814 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetUseColor, ());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp219 CommandReturnObject result(debugger.GetUseColor());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp635 CommandReturnObject result(debugger.GetUseColor());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp984 CommandReturnObject result(debugger.GetUseColor());
1039 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2612 CommandReturnObject result(m_debugger.GetUseColor());
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19333 SWIG_check_num_args("lldb::SBDebugger::GetUseColor",1,1)
19334 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetUseColor",1,"lldb::SBDebugger const *");
19340 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor();
20611 { "GetUseColor", _wrap_SBDebugger_GetUseColor},
[all...]

Completed in 386 milliseconds