Searched refs:m_repeat_command (Results 1 – 3 of 3) sorted by relevance
2102 current_command_args.GetCommandString(m_repeat_command); in GetRepeatCommand()2104 return m_repeat_command.c_str(); in GetRepeatCommand()2119 return !m_repeat_command.empty() && !m_create_repeat_command_just_invoked; in IsRepeatCommand()2161 std::string m_repeat_command; member in CommandObjectTraceDumpInstructions
640 std::string m_repeat_command; // Stores the command that will be executed for variable
1721 command_line = m_repeat_command.c_str(); in HandleCommand()1724 if (m_repeat_command.empty()) { in HandleCommand()1783 m_repeat_command.assign(repeat_command); in HandleCommand()1785 m_repeat_command.assign(original_command_string); in HandleCommand()