Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Stan Shebs <shebs@cygnus.com>
To: skossar@paragon-networks.com
Cc: gdb@cygnus.com
Subject: Re: gdb support for AMD 29K
Date: Mon, 05 Apr 1999 18:12:00 -0000	[thread overview]
Message-ID: <199904060112.SAA19818@andros.cygnus.com> (raw)
In-Reply-To: <000001be7f6c$5e2919e0$4824f326@skossar.paragon-networks.com>

   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



      reply	other threads:[~1999-04-05 18:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-05  7:00 Steve Kossar
1999-04-05 18:12 ` Stan Shebs [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199904060112.SAA19818@andros.cygnus.com \
    --to=shebs@cygnus.com \
    --cc=gdb@cygnus.com \
    --cc=skossar@paragon-networks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox