Can't set architecture to m32c on m32c-elf-gdb.

Nick Clifton nickc@redhat.com
Wed Jan 6 15:17:00 GMT 2010


Hi Masaki,

> Really did you try them? Here is a log of my GDB.
> 
> (gdb) show architecture
> The target architecture is set automatically (currently m16c)
> (gdb) set architecture m32c:m32c
> Undefined item: "m32c:m32c".
> (gdb) set architecture m32c:m16c
> Undefined item: "m32c:m16c".

Point.  But when I try this:

  (gdb) show architecture
  The target architecture is set automatically (currently m16c)
  (gdb) set architecture m32c
  The target architecture is assumed to be m32c
  (gdb) show architecture
  The target architecture is assumed to be m32c
  (gdb) set architecture m16c
  The target architecture is assumed to be m16c
  (gdb) show architecture
  The target architecture is assumed to be m16c

So it appears that you can set the architecture to m32c, yes ?

Cheers
   Nick



More information about the Gdb-patches mailing list