Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h575 bool GetRepeatPreviousCommand() const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp259 bool CommandInterpreter::GetRepeatPreviousCommand() const { in GetRepeatPreviousCommand() function in CommandInterpreter
1930 if (!GetRepeatPreviousCommand()) { in HandleCommand()