Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h594 bool GetRepeatPreviousCommand() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp273 bool CommandInterpreter::GetRepeatPreviousCommand() const { in GetRepeatPreviousCommand() function in CommandInterpreter
1918 if (!GetRepeatPreviousCommand()) { in HandleCommand()