8 Debugger
■Example 3
(gdb) c17 df 0x10 0x1f 2 dump.txt a
The contents of addresses 0x10–0x1f are appended in text form to the end of the file "dump.txt" when it is output.
■Example 4
(gdb) c17 df 0x1000 0x1fff 5 dump.mot a ; Footer is not output. (First)
(gdb) c17 df 0x3000 0x3fff 5 dump.mot a ; Footer is not output.
(gdb) c17 df 0x5000 0x5fff 5 dump.mot a ; Footer is not output.
(gdb) c17 df 0x7000 0x7fff 5 dump.mot f ; Footer is not output. (Last)
The contents of addresses 0x1000–0x7fff (every 0x1000 addresses) are written out in Motorola S3 format to the file
"dump.mot".
If no Append parameters exist or the parameter 'f' is specified, a footer record is output to a Motorola S3 format file.
Notes
If the specified address exceeds the 24-bit range, an error is assumed.
If the end address is smaller than the start address, an error is assumed.
8-18
Seiko Epson Corporation
S5U1C17001C Manual
(Rev. 1.0)
Need help?
Do you have a question about the S5U1C17001C and is the answer not in the manual?
Questions and answers