This is the mail archive of the gdb-patches@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]

Bug in mips:3900 arch ?


Hi,

I'm currently writing a little helper script a la gdb_mbuild.sh to cover the new "--enable-targets-all" flag and I think I found a bug.

This GDB was configured as "i686-pc-linux-gnu".
(gdb) set architecture mips:3900
/home/deuling/gdb/dev/gdb/mips-linux-tdep.c:1152: internal-error: can't handle ABI
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)


"mips:3900" is one of the possible target architectures given by GDB when invoking "set architecture" without a parameter.
Shouldn't this work? For my opinion it should always be possible to switch to one of these archs without crashing.

Regards,
Markus

--
 Markus Deuling
 GNU Toolchain for Linux on Cell BE
 deuling@de.ibm.com


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