simulator-gdb

Frank Ch. Eigler fche@redhat.com
Wed Feb 4 17:55:00 GMT 2004


"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



More information about the Gdb mailing list