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]

Re: FRAME_ARGS_SKIP


Andrew Cagney <ac131313@cygnus.com> writes:

> 
> Is your target pure multi-arch?  The gdbarch code does many many more 
> startup checks on such targets.
> 
> 	Andrew

The complete contents of its tm-*.h file are:

/* This target uses an architecture vector exclusively.  */

#define GDB_MULTI_ARCH 1


So I'm guessing that should be GDB_MULTI_ARCH should actually be set
to GDB_MULTI_ARCH_PURE.  Is that right?


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