From: "Theodore A. Roth" <troth@openavr.org>
Cc: Rama Singh <rama10nov@yahoo.co.in>, gdb@sources.redhat.com
Subject: Re: GDB interface with simulator
Date: Fri, 14 Nov 2003 19:07:00 -0000 [thread overview]
Message-ID: <Pine.LNX.4.53.0311141109070.4156@knuth.amplepower.com> (raw)
In-Reply-To: <20031114185546.GA5030@nevyn.them.org>
On Fri, 14 Nov 2003, Daniel Jacobowitz wrote:
> On Fri, Nov 14, 2003 at 09:07:17AM -0800, Doug Evans wrote:
> > =?iso-8859-1?q?Rama=20Singh?= writes:
> > > I wish to use my simulator as an
> > > independent process running on the same machine or on
> > > other machine.
> >
> > Old versions of gdb had a file in gdb/gdbserver called low-sim.c.
> > IIRC, one would use this file in gdbserver and would link gdbserver
> > with libsim.a. You would then run this program on the host
> > you want to run your simulator on and use "target remote <simhost>:<port>"
> > in gdb to talk to gdbserver+sim.
> >
> > Maybe you could grab that file from an old version of gdb (e.g. 5.3)
> > and try to make it work with the version of gdb you have.
> > [or maybe even just build gdbserver from 5.3 sources]
> >
> > I don't recall why support for gdbserver+sim has been removed.
> > Maybe I'm mistaken and it's still there and I just can't see it.
>
> Because there was no point. The current simulators link directly into
> GDB, and the simulator interface has changed since anyone tried to use
> gdbserver that way. The correct thing is to write a layer in your
> simulator that serves the same purpose (speaks the remote protocol).
> It's not too hard.
I've written an avr simulator that speaks the remote protocol directly.
If you are looking for an example, it's available on savannah:
http://savannah.nongnu.org/projects/simulavr
Another example of the same thing with a different implementation is the
avarice project. It speaks the remote protocol, but instead of talking
to a simulator, it talks to a jtage ice box.
http://sourceforge.net/projects/avarice
Look at the source in cvs for each.
Hope that helps.
Ted Roth
next prev parent reply other threads:[~2003-11-14 19:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-14 7:15 Rama Singh
2003-11-14 7:43 ` John Williams
2003-11-14 11:56 ` Rama Singh
2003-11-14 17:07 ` Doug Evans
2003-11-14 18:55 ` Daniel Jacobowitz
2003-11-14 19:07 ` Theodore A. Roth [this message]
2003-11-14 19:36 ` Doug Evans
2003-11-20 18:02 ` Rama Singh
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=Pine.LNX.4.53.0311141109070.4156@knuth.amplepower.com \
--to=troth@openavr.org \
--cc=gdb@sources.redhat.com \
--cc=rama10nov@yahoo.co.in \
/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