Next: M68K, Previous: ARM, Up: Embedded Processors [Contents][Index]
target m32r devRenesas M32R/D ROM monitor.
target m32rsdi devRenesas M32R SDI server, connected via parallel port to the board.
The following GDB commands are specific to the M32R monitor:
set download-path pathSet the default path for finding downloadable SREC files.
show download-pathShow the default path for downloadable SREC files.
set board-address addrSet the IP address for the M32R-EVA target board.
show board-addressShow the current IP address of the target board.
set server-address addrSet the IP address for the download server, which is the GDB’s host machine.
show server-addressDisplay the IP address of the download server.
upload [file]Upload the specified SREC file via the monitor’s Ethernet upload capability. If no file argument is given, the current executable file is uploaded.
tload [file]Test the upload command.
The following commands are available for M32R/SDI:
sdiresetThis command resets the SDI connection.
sdistatusThis command shows the SDI connection status.
debug_chaosInstructs the remote that M32R/Chaos debugging is to be used.
use_debug_dmaInstructs the remote to use the DEBUG_DMA method of accessing memory.
use_mon_codeInstructs the remote to use the MON_CODE method of accessing memory.
use_ib_breakInstructs the remote to set breakpoints by IB break.
use_dbt_breakInstructs the remote to set breakpoints by DBT.
Next: M68K, Previous: ARM, Up: Embedded Processors [Contents][Index]