This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
gdb tool for multi-proc MIPS32
- From: Srinivas Murthy <codevana at gmail dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Wed, 8 Jun 2005 10:06:15 -0700
- Subject: gdb tool for multi-proc MIPS32
- Reply-to: Srinivas Murthy <codevana at gmail dot com>
Hi,
We need to develop a gdb debug tool for a custom multi-processor MIPS
target running in an infinite loop (without an OS) over a serial link
with a UART. The host is an x86 machine with Linux OS.
The single UART needs to provide connectivity to all the processors
on the target and the debug tool needs to do processor specific
commands (breakpoints, source-level debug, etc.).
Can you guys please point me to any reference material,
implementations, etc. for me to get started with this?
Thanks much for your help.
Regards,
-Srinivas