Home
last modified time | relevance | path

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

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