Home
last modified time | relevance | path

Searched refs:GetCommandHistory (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h427 GetCommandHistory () const in GetCommandHistory() function
433 GetCommandHistory () in GetCommandHistory() function
/external/lldb/source/Commands/
DCommandObjectCommands.cpp147 m_interpreter.GetCommandHistory().Clear(); in DoExecute()
163 const CommandHistory& history(m_interpreter.GetCommandHistory()); in DoExecute()