Searched refs:GetUseColor (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | SourceManager.cpp | 109 if (!debugger_sp->GetUseColor()) in should_highlight_source() 123 if (!debugger_sp->GetUseColor()) in should_show_stop_column_with_ansi() 143 if ((value == eStopShowColumnAnsiOrCaret) && !debugger_sp->GetUseColor()) in should_show_stop_column_with_caret()
|
| HD | Debugger.cpp | 281 new_prompt, GetUseColor()); in SetPropertyValue() 351 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor()); in SetPrompt() 406 bool Debugger::GetUseColor() const { in GetUseColor() function in Debugger
|
| HD | FormatEntity.cpp | 1105 if (debugger.GetUseColor()) { in Format()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| HD | ScriptInterpreterLua.cpp | 28 ">>> ", "..> ", true, debugger.GetUseColor(), 0, in IOHandlerLuaInterpreter()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBDebugger.h | 200 bool GetUseColor() const;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBDebugger.i | 364 GetUseColor () const;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | Debugger.h | 270 bool GetUseColor() const;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBDebugger.cpp | 1371 bool SBDebugger::GetUseColor() const { in GetUseColor() function in SBDebugger 1372 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetUseColor); in GetUseColor() 1374 return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false); in GetUseColor() 1788 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetUseColor, ()); in RegisterMethods()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | CommandInterpreter.cpp | 2471 debugger.GetUseColor(), 0, *this, nullptr)); in HandleCommandsFromFile() 2850 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler() 2870 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler() 2923 m_debugger.GetUseColor(), in GetIOHandler()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectExpression.cpp | 521 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
|
| HD | CommandObjectCommands.cpp | 998 bool color_prompt = debugger.GetUseColor(); in DoExecute()
|