Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp180 std::string repeat_command; in GetRepeatCommand() local
181 if (!copy_args.GetQuotedCommandString(repeat_command)) in GetRepeatCommand()
183 return repeat_command; in GetRepeatCommand()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2005 std::optional<std::string> repeat_command = in HandleCommand() local
2007 if (repeat_command) { in HandleCommand()
2008 LLDB_LOGF(log, "Repeat command: %s", repeat_command->data()); in HandleCommand()
2009 m_repeat_command.assign(*repeat_command); in HandleCommand()