Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h198 GetUseColor () const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h314 GetUseColor () const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp209 … std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor()); in SetPropertyValue()
291 std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor()); in SetPrompt()
347 Debugger::GetUseColor () const in GetUseColor() function in Debugger
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectExpression.cpp430 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
HDCommandObjectCommands.cpp1078 bool color_prompt = debugger.GetUseColor(); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp1180 SBDebugger::GetUseColor () const in GetUseColor() function in SBDebugger
1183 return m_opaque_sp->GetUseColor (); in GetUseColor()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2676 debugger.GetUseColor(), in HandleCommandsFromFile()
3116 debugger.GetUseColor(), in GetLLDBCommandsFromIOHandler()
3145 debugger.GetUseColor(), in GetPythonCommandsFromIOHandler()
3207 m_debugger.GetUseColor(), in GetIOHandler()