Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSession.cpp134 m_interpreter.GetCommandHistory().Clear(); in DoExecute()
153 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()
H A DCommandObjectExpression.cpp637 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h537 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function