Searched refs:repeat_command (Results 1 – 2 of 2) sorted by relevance
188 std::string repeat_command; in GetRepeatCommand() local189 if (!copy_args.GetQuotedCommandString(repeat_command)) in GetRepeatCommand()191 return repeat_command; in GetRepeatCommand()
2143 std::optional<std::string> repeat_command = in HandleCommand() local2145 if (repeat_command) { in HandleCommand()2146 LLDB_LOGF(log, "Repeat command: %s", repeat_command->data()); in HandleCommand()2147 m_repeat_command.assign(*repeat_command); in HandleCommand()