This is the mail archive of the gdb@sources.redhat.com 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: GDB5.3 for MIPS ISA32 and MIPS ISA16


At Wed, 23 Jul 2003 07:26:03 +0000 (UTC), "Saravanan J" wrote:
> I am new to this mailing list. 

Welcome!


> We require a simulator for this. We have planned to port GDB 5.3. 

Several of the targets supported by GDB already include simulator
support for 32-bit MIPS, and several others support MIPS64 (but
possibly not the current version of the MIPS16 spec).

Take a look at sim/mips/configure.in, in particular the case statement
starting around line 107.

You'll need to create a new target which uses sim_gen=M16 (as some
targets already do), but which uses as its base/default machine type
some 32-bit ISA.  I believe that should do the trick.



cgd


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