| |||
| Home > DS-5 Debugger Commands > DS-5 Debugger commands listed in alphabetical order > load | |||
This command loads an image on to the target and records the
entry point address for future use by the run and start commands.
The PC register is not set with this command.
Debug information is not loaded with this command. You can
use either the add-symbol-file, file,
or loadfile command to load debug information.
load [filename] [offset]
Where:
filenameSpecifies the image. If no is
specified then the executable image specified by the previous command
is loaded. You can use filenameinfo files to display information
about the current image and symbols.
offsetSpecifies the offset that is added to all addresses within the image.