* Connecting GDB to simulator
@ 2002-09-17 23:22 Shrikar
2002-09-18 6:31 ` Tim Combs
0 siblings, 1 reply; 2+ messages in thread
From: Shrikar @ 2002-09-17 23:22 UTC (permalink / raw)
To: gdb
Hi List,
Just wanted to know one small thing .
Is there any way by which I can connect GDB to a *Simulator* instead of an
actual target ?
If 'Yes' where can I get the information as to how GDB should be configured
so that it uses the *Simulator interfaces* instead of any
other native syscalls or JTAG ports ?
Thanx in advance,
Shrikar.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Connecting GDB to simulator
2002-09-17 23:22 Connecting GDB to simulator Shrikar
@ 2002-09-18 6:31 ` Tim Combs
0 siblings, 0 replies; 2+ messages in thread
From: Tim Combs @ 2002-09-18 6:31 UTC (permalink / raw)
To: Shrikar; +Cc: gdb
Yes. The solution is to create a remote target that connects to
your simulator. Inside your simulator you will need to add the
gdbserver code to handle the communications packets between your
simulator and gdb. Look in the GDB internals manual chapter
10 for adding targets.
Tim
On Wed, Sep 18, 2002 at 11:54:17AM +0530, Shrikar wrote:
> Hi List,
> Just wanted to know one small thing .
> Is there any way by which I can connect GDB to a *Simulator* instead of an
> actual target ?
> If 'Yes' where can I get the information as to how GDB should be configured
> so that it uses the *Simulator interfaces* instead of any
> other native syscalls or JTAG ports ?
>
> Thanx in advance,
>
>
> Shrikar.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-18 13:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-17 23:22 Connecting GDB to simulator Shrikar
2002-09-18 6:31 ` Tim Combs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox