3.3.1 Mixsim Commands

All mixsim command verbs (hereinafter referred to as commands) are case-insensitive. Each command has a full and contracted form, the latter one being designed to save extra typing.

If the package is configured with readline support enabled (which is the default, if readline is present on the system), you can abbreviate a command to the first few letters of the command name, if that abbreviation is unambiguous. A flexible command line editing facility is also available in this case. See section Command Completion, for a detailed desctiption.

You can test if an abbreviation is valid by using it as an argument to the help command (see section Obtaining On-line Help).

A blank line as input to GDB (typing just RET) means to repeat the previous command.

Any text from a ‘#’ to the end of the line is a comment; it is ignored. This is useful mainly in command files (see section Command Files).