Re: [Qemu-devel] [PATCH] MIPS single stepping

2006-04-19 Thread Thiemo Seufer
Stefan Weil wrote: > Great, it works fine. It should be integrated in CVS HEAD, > so all MIPS users get it... FWIW, I have some rather massive MIPS update (e.g. MIPS32R2 support) in the works and hope to get it finished enough the next days to make a quilt patchset of it. I plan to integrate the o

Re: [Qemu-devel] [PATCH] MIPS single stepping

2006-04-19 Thread Stefan Weil
Great, it works fine. It should be integrated in CVS HEAD, so all MIPS users get it... Many thanks! Stefan ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] MIPS single stepping

2006-04-19 Thread Dirk Behme
Hi, patch below makes GDB single stepping for MIPS work. For debugging (breakpoint set), in target-mips/translate.c/gen_intermediate_code_internal() gen_opc_pc[] isn't initialized. So in debugging case don't call cpu_restore_state() which then accesses uninitalized gen_opc_pc[]. do_raise_excepti