HomeSort by relevance Sort by last modified time
    Searched refs:GetUseColor (Results 1 - 4 of 4) sorted by null

  /external/lldb/include/lldb/API/
SBDebugger.h 179 GetUseColor () const;
  /external/lldb/include/lldb/Core/
Debugger.h 311 GetUseColor () const;
  /external/lldb/source/Core/
Debugger.cpp 191 std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor());
257 std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor());
314 Debugger::GetUseColor () const
    [all...]
  /external/lldb/source/API/
SBDebugger.cpp 1068 SBDebugger::GetUseColor () const
1071 return m_opaque_sp->GetUseColor ();
    [all...]

Completed in 101 milliseconds