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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h197 GetUseColor () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h314 GetUseColor () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1140 SBDebugger::GetUseColor () const function in class:SBDebugger
1143 return m_opaque_sp->GetUseColor ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp180 std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor());
251 std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor());
307 Debugger::GetUseColor () const function in class:Debugger
2567 bool use_color = exe_ctx ? exe_ctx->GetTargetRef().GetDebugger().GetUseColor() : true;

Completed in 125 milliseconds