Re: [Qemu-devel] gdb support for qemu-mips (user mode)

2006-11-03 Thread Daniel Jacobowitz
On Wed, Oct 25, 2006 at 01:04:12PM +0100, Dave Denholm wrote: > Since all the other archs do exactly the same thing for EXCP_DEBUG, I > just pasted that code into the mips version, and it seemed to work, at > least a bit - when I was single-stepping through a fn, gdb got stuck > complaining that it

[Qemu-devel] gdb support for qemu-mips (user mode)

2006-11-03 Thread Dave Denholm
Hi, user-mode emulation of mips allows gdb to connect and set breakpoints, but when the breakpoint is reached, the emulator bombs out with an unhandled cpu exception 0x10002 (or something like that). I think it's just a missing case EXCP_DEBUG in the mips-specific cpu_loop in linux-user/main.