| |||
| Home > CMM-style commands supported by the debugger > CMM-style commands listed in alphabetical order > data.load.elf | |||
This command loads an ARM Executable and Linking
Format (ELF) file. This format is described in the ARM
ELF specification and uses the .axf file extension.
Loading an ELF image sets the program counter to the entry point of the image, if present.
data.load.elffilename [/flag]...
Where:
filenameSpecifies the image file.
flagSpecifies additional flags:
nocodeDo not load code and data to the target.
nosymbolDo not load symbols.
noclearSymbol table is not cleared before loading the image.
noregDo not set register values, for example, PC and status registers.
By default, this command loads code and data to the target, clears the existing symbol table before loading the new symbols into the symbol table, and sets the registers.
You must use additional flags if you want to modify the default
options. For example, you must use /noclear if
you want to load the symbols from multiple images.