Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* simulator-gdb
@ 2004-02-04  5:16 Vineet Sharma, Noida
  2004-02-04  8:05 ` simulator-gdb Trilok Soni
  2004-02-04 17:55 ` simulator-gdb Frank Ch. Eigler
  0 siblings, 2 replies; 4+ messages in thread
From: Vineet Sharma, Noida @ 2004-02-04  5:16 UTC (permalink / raw)
  To: gdb

Hi All,
         I want to integrate a simulator with gdb , so how do i proceed?.
What functiona are to be implemented, and how are invoked by gdb?


Regards
Vineet


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: simulator-gdb
  2004-02-04  5:16 simulator-gdb Vineet Sharma, Noida
@ 2004-02-04  8:05 ` Trilok Soni
  2004-02-04 10:28   ` simulator-gdb Jon Beniston
  2004-02-04 17:55 ` simulator-gdb Frank Ch. Eigler
  1 sibling, 1 reply; 4+ messages in thread
From: Trilok Soni @ 2004-02-04  8:05 UTC (permalink / raw)
  To: Vineet Sharma, Noida; +Cc: gdb

Hi Vineet,

Can u just checkout "skyeye"
project...http://www.skyeye.org and see how they have
done it for target boards. __or__ hack "sim" directory
for your particular architecture.

Regards,
Trilok Soni
Sasken Technologies Limited
Bangalore

-- "Vineet Sharma, Noida" <vineets@noida.hcltech.com>
wrote: > Hi All,
>          I want to integrate a simulator with gdb ,
> so how do i proceed?.
> What functiona are to be implemented, and how are
> invoked by gdb?
> 
> 
> Regards
> Vineet 

________________________________________________________________________
Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: simulator-gdb
  2004-02-04  8:05 ` simulator-gdb Trilok Soni
@ 2004-02-04 10:28   ` Jon Beniston
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Beniston @ 2004-02-04 10:28 UTC (permalink / raw)
  To: 'Trilok Soni', 'Vineet Sharma, Noida'; +Cc: gdb


> 
> Can u just checkout "skyeye"
> project...http://www.skyeye.org and see how they have
> done it for target boards. __or__ hack "sim" directory
> for your particular architecture.
> 

The GDB<->sim interface is defined in:

gdb/include/gdb/remote-sim.h

Cheers,
JonB



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: simulator-gdb
  2004-02-04  5:16 simulator-gdb Vineet Sharma, Noida
  2004-02-04  8:05 ` simulator-gdb Trilok Soni
@ 2004-02-04 17:55 ` Frank Ch. Eigler
  1 sibling, 0 replies; 4+ messages in thread
From: Frank Ch. Eigler @ 2004-02-04 17:55 UTC (permalink / raw)
  To: Vineet Sharma, Noida; +Cc: gdb

"Vineet Sharma, Noida" <vineets@noida.hcltech.com> writes:

>  I want to integrate a simulator with gdb , so how do i proceed?.
>  What functiona are to be implemented, and how are invoked by gdb?

One approach is indeed the function call interface others pointed out.
For some applications, a wire protocol connection is more appropriate,
and simulators like SID, and a few of gdb's own, implement the usual
"remote" protocol across a TCP socket.  This style of integration has
benefits (separate building, separate main-loop control, no GPL
licensing implications) and some costs (less automatic startup,
potentially lower performance).

- FChE


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-04 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-04  5:16 simulator-gdb Vineet Sharma, Noida
2004-02-04  8:05 ` simulator-gdb Trilok Soni
2004-02-04 10:28   ` simulator-gdb Jon Beniston
2004-02-04 17:55 ` simulator-gdb Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox