* gdb support for AMD 29K
@ 1999-04-05 7:00 Steve Kossar
1999-04-05 18:12 ` Stan Shebs
0 siblings, 1 reply; 2+ messages in thread
From: Steve Kossar @ 1999-04-05 7:00 UTC (permalink / raw)
To: gdb; +Cc: Steve Kossar
I am interested in using gdb with an AMD 29K based target (custom hardware).
Can someone point me to:
- low-???.c (low-a29k.c?) for use with gdbserver. We already have an IP
stack running on the target.
- a stub for the 29k (a29k-stub.c?) for use with the remote protocol
- helpful hints, as this is my first gdb project.
Thank you very much for any help.
Steve Kossar
skossar@paragon-networks.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gdb support for AMD 29K
1999-04-05 7:00 gdb support for AMD 29K Steve Kossar
@ 1999-04-05 18:12 ` Stan Shebs
0 siblings, 0 replies; 2+ messages in thread
From: Stan Shebs @ 1999-04-05 18:12 UTC (permalink / raw)
To: skossar; +Cc: gdb
From: "Steve Kossar" <skossar@paragon-networks.com>
Date: Mon, 5 Apr 1999 09:58:22 -0400
I am interested in using gdb with an AMD 29K based target (custom hardware).
Can someone point me to:
- low-???.c (low-a29k.c?) for use with gdbserver. We already have an IP
stack running on the target.
- a stub for the 29k (a29k-stub.c?) for use with the remote protocol
This is an either-or kind of thing usually; gdbserver is designed to
be a host-side program that you would not typically run on an embedded
processor. Usually you want to write a stub and then integrate it
into your target system software in some useful way. As far as I
know, no one has written a generic stub for the a29k.
To learn how to write a stub (it's not too hard), look in the GDB
manual, in the section entitled "the GDB remote serial protocol", as
well as the existing stubs in the sources (i386-stub.c is probably the
simplest to work from). At present, the top of remote.c is the most
accurate documentation of the actual protocol, although I want to make
the manual be the real spec that the source code is supposed to follow
(novel idea eh? :-) )
Stan Shebs
shebs@cygnus.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-04-05 18:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-05 7:00 gdb support for AMD 29K Steve Kossar
1999-04-05 18:12 ` Stan Shebs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox