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.h603 bool GetRepeatPreviousCommand() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp277 bool CommandInterpreter::GetRepeatPreviousCommand() const { in GetRepeatPreviousCommand() function in CommandInterpreter
2055 if (!GetRepeatPreviousCommand()) { in HandleCommand()