On Thu, Nov 24, 2005 at 04:50:43PM +0900, Atsushi Nemoto wrote: > The modern gdb seems to require 64bit values in remote packet for > 32bit kernel which is compiled with -march=mips3, etc. FYI, it is a known limitation in GDB that it can't cope with either format, and I hope to fix it sometime soon. It's definitely a bug that it expects 64-bit registers for mips3 32-bit binaries; I think the change in question was crazy... You can "set architecture mips:isa32" before connecting to get around this. -- Daniel Jacobowitz CodeSourcery, LLC