load

Format: load filename

Loads the current program into the target system's memory. For some targets this is a rather long process, depending on the size of the program. An implicit load is performed when executing a program for the first time. The program is not started automatically. By default, .bss is zeroed but this may depend on the debug server.

If filename (for example load a.out) is specified, the given file will be loaded to the server instead of the image being debugged. Use this option with extreme caution. MULTI will assume that the loaded file contains an adequate subset of the current image, and will attempt to execute and debug it as such, without attempting to download the current image as well.

The filename will be searched for using the default search path. See "default search path".

You can interrupt this command with the Esc key.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.