Home
last modified time | relevance | path

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

/external/lldb/include/lldb/API/
DSBDebugger.h179 GetUseColor () const;
/external/lldb/include/lldb/Core/
DDebugger.h311 GetUseColor () const;
/external/lldb/source/API/
DSBDebugger.cpp1068 SBDebugger::GetUseColor () const in GetUseColor() function in SBDebugger
1071 return m_opaque_sp->GetUseColor (); in GetUseColor()
/external/lldb/source/Core/
DDebugger.cpp191 … std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor()); in SetPropertyValue()
257 std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor()); in SetPrompt()
314 Debugger::GetUseColor () const in GetUseColor() function in Debugger
2610 bool use_color = exe_ctx ? exe_ctx->GetTargetRef().GetDebugger().GetUseColor() : true; in FormatPrompt()