This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] New m32r remote target, m32rsdi


Hello,

The attached adds a new remote target, m32rsdi, which uses
m32r's on-chip debug interface, SDI (Scalable Debug Interface).

In m32rsdi target mode, gdb does not control a target board
directly. Instead, gdb sends commands to "sdiserver" by sockets
interface. Sdiserver is a program which controls the target
board using printer ports.

Is this OK to commit?

Kei Sakamoto

====

2003-08-04    Kei Sakamoto  <sakamoto.kei@renesas.com>


* remote-m32r-sdi.c : New file, interface to m32r on-chip 
debug interface, SDI (Scalable Debug Interface).
* Makefile.in (remote-m32r-sdi.o): Add build rule.
* config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.

Attachment: diffs
Description: Binary data

Attachment: remote-m32r-sdi.c
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]