The debugger processes commands as follows:
Prompts for input.
Obtains a complete line from the input file and performs:
History replacement of the line
Alias expansion of the line
Parses the entire line according to the parsing rules for the current language.
Executes the commands.
Copyright © 2001-2011, Intel Corporation. All rights reserved.