Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp123 m_interpreter.GetCommandHistory().Clear(); in DoExecute()
142 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()
H A DCommandObjectExpression.cpp673 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h553 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function