This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Simulator newbie question


On Fri, Oct 26, 2007 at 01:54:13PM -0700, Mike Motyka wrote:
> The GDB remote protocol is RSP - it's well documented and I assume this
> is what the ARMul speaks over the socket it opens?

No, the simulators in sim/ get linked directly into GDB.  Other, more
modern simulators run standalone and talk over a socket.  Qemu for
instance.

I don't think you will find anyone else out here that knows about
the ARMulator, though.  It hasn't seen active development in a really
long while.

> Why are there references to RDP and RDI buried in the ARMul? 

I think that ARM uses those to control their own simulators.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]