Searched refs:m_repeat_command (Results 1 – 3 of 3) sorted by relevance
2161 current_command_args.GetCommandString(m_repeat_command); in GetRepeatCommand()2164 return m_repeat_command.c_str(); in GetRepeatCommand()2178 return !m_repeat_command.empty() && !m_create_repeat_command_just_invoked; in IsRepeatCommand()2201 std::string m_repeat_command; member in CommandObjectTraceDumpInstructions
634 std::string m_repeat_command; // Stores the command that will be executed for variable
1710 command_line = m_repeat_command.c_str(); in HandleCommand()1713 if (m_repeat_command.empty()) { in HandleCommand()1778 m_repeat_command.assign(repeat_command); in HandleCommand()1780 m_repeat_command.assign(original_command_string); in HandleCommand()