* "GDB remote protocol?"
@ 2004-07-26 19:20 xinan tang
2004-07-26 20:51 ` Ian Lance Taylor
0 siblings, 1 reply; 2+ messages in thread
From: xinan tang @ 2004-07-26 19:20 UTC (permalink / raw)
To: gdb
Hi
Under .../gdb/gdb subdirectories( release v6.1), there are six targets
that use the gdb remote protocols and those targets have their
corresponding *-stub.c file.
For other targets, I found out files with names of *-remote.c such as
file remote-mips.c. Does remote-mips.c use the GDB remote protocol or
other protocol specialized for MIPS vendors?
Thanks
--Xinan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: "GDB remote protocol?"
2004-07-26 19:20 "GDB remote protocol?" xinan tang
@ 2004-07-26 20:51 ` Ian Lance Taylor
0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2004-07-26 20:51 UTC (permalink / raw)
To: xinan tang; +Cc: gdb
"xinan tang" <xinan@TidalNetworks.net> writes:
> For other targets, I found out files with names of *-remote.c such as
> file remote-mips.c. Does remote-mips.c use the GDB remote protocol or
> other protocol specialized for MIPS vendors?
remote-mips.c uses a different protocol which is completely different
from the GDB remote protocol. I can't remember who developed it, but
I think it was IDT. The protocol framing is described in a long
comment starting around line 150 of the file. The protocol commands
are described in a comment before the function mips_request().
Looking at the code, I see that some new commands have been added here
and there; I'm not sure whether those are documented in the file
anywhere.
Ian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-26 19:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-26 19:20 "GDB remote protocol?" xinan tang
2004-07-26 20:51 ` Ian Lance Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox