Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h445 const CommandHistory &GetCommandHistory() const { return m_command_history; } in GetCommandHistory() function
447 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp662 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
H A DCommandObjectCommands.cpp127 m_interpreter.GetCommandHistory().Clear(); in DoExecute()
146 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()