Processing Debugger Commands: Overview

The debugger processes commands as follows:


  1. Prompts for input.

  2. Obtains a complete line from the input file and performs:


    1. History replacement of the line

    2. Alias expansion of the line

  3. Parses the entire line according to the parsing rules for the current language.

  4. Executes the commands.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.