| |||
| Home > RealView Debugger Commands > Debugger commands listed by function > Program image management | |||
Table 2.4 shows the commands that manipulate image (executable) files.
Table 2.4. Program image management commands
Description | Command |
|---|---|
| Reload or restart current executable |
|
| Add or remove executable file from loaded files list |
|
| Load target with one or more executable files | LOAD on LOAD RELOAD on RELOAD |
| Unload an executable file or process | UNLOAD on UNLOAD |
| Write to FLASH memory | FLASH on FLASH |
Translate host filesystem pathnames (These commands are deprecated.) | NAMETRANSLATE on NAMETRANSLATE PATHTRANSLATE on PATHTRANSLATE |
| Define program (argc, argv) | ARGUMENTS on ARGUMENTS |
| Define run mode | RUN on RUN |
| Disassemble target memory | DISASSEMBLE on DISASSEMBLE |
| Print disassembled target memory | PRINTDSM on PRINTDSM |
| Verify data or image file against memory | VERIFYFILE on VERIFYFILE |
| Display more information about load errors | DLOADERR on DLOADERR |
| Do something when execution starts or stops | ONSTATE on ONSTATE |