Re: [Qemu-devel] [PATCH] iwMMXt instruction set for the PXA270.

2007-03-16 Thread Lennert Buytenhek
On Fri, Mar 16, 2007 at 10:24:28PM +0100, andrzej zaborowski wrote: > The iwMMXt has 16+ of its own registers, Does someone know if there's > any standard way for gdb to read their values so they can be printed > when you do "info registers"? You mean something like PTRACE_GETWMMXREGS ? ___

Re: [Qemu-devel] [PATCH] iwMMXt instruction set for the PXA270.

2007-03-16 Thread Paul Brook
> The iwMMXt has 16+ of its own registers, Does someone know if there's > any standard way for gdb to read their values so they can be printed > when you do "info registers"? It may be worth adding proper piece in > gdbstub.c then. Yes, recent gdb has remote protocol bits for this. The same mechan