Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h563 bool GetRepeatPreviousCommand() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp242 bool CommandInterpreter::GetRepeatPreviousCommand() const { in GetRepeatPreviousCommand() function in CommandInterpreter
1890 if (!GetRepeatPreviousCommand()) { in HandleCommand()