Re: [Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2012-03-24 Thread Peter Maydell
Er, this is the v2 patch, which Richard updated based on review comments, can you apply the later v3 one instead? thanks -- PMM On 24 March 2012 16:11, Blue Swirl wrote: > Thanks, applied. > > On Mon, Mar 19, 2012 at 19:25, Richard Henderson wrote: >> This allows us to generate unwind info for

Re: [Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2012-03-24 Thread Blue Swirl
Thanks, applied. On Mon, Mar 19, 2012 at 19:25, Richard Henderson wrote: > This allows us to generate unwind info for the dynamicly generated > code in the code_gen_buffer.  Only i386 is converted at this point. > > Signed-off-by: Richard Henderson > --- >  elf.h                 |    1 + >  exec

[Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2012-03-20 Thread Richard Henderson
This allows us to generate unwind info for the dynamicly generated code in the code_gen_buffer. Only i386 is converted at this point. Signed-off-by: Richard Henderson --- elf.h |1 + exec.c|1 + tcg/i386/tcg-target.c | 114 +++-- tcg/tcg.

[Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2012-03-19 Thread Richard Henderson
This allows us to generate unwind info for the dynamicly generated code in the code_gen_buffer. Only i386 is converted at this point. Signed-off-by: Richard Henderson --- elf.h |1 + exec.c|1 + tcg/i386/tcg-target.c | 114 ++-- t

Re: [Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2011-10-01 Thread Daniel Jacobowitz
On Fri, Sep 30, 2011 at 10:36 AM, Richard Henderson wrote: > On 09/30/2011 12:12 AM, Jan Kiszka wrote: >>> Breakpoint 1, __ldb_mmu (addr=1001716, mmu_idx=0) >>>     at /home/rth/work/qemu/qemu/softmmu_template.h:86 >>> 86   { >>> (gdb) where >>> #0  __ldb_mmu (addr=1001716, mmu_idx=0) >>>     at /

Re: [Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2011-09-30 Thread Richard Henderson
On 09/30/2011 12:12 AM, Jan Kiszka wrote: >> Breakpoint 1, __ldb_mmu (addr=1001716, mmu_idx=0) >> at /home/rth/work/qemu/qemu/softmmu_template.h:86 >> 86 { >> (gdb) where >> #0 __ldb_mmu (addr=1001716, mmu_idx=0) >> at /home/rth/work/qemu/qemu/softmmu_template.h:86 >> #1 0x4

Re: [Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2011-09-30 Thread Jan Kiszka
On 2011-09-30 01:46, Richard Henderson wrote: > This allows us to generate unwind info for the dynamicly generated > code in the code_gen_buffer. Only i386 is converted at this point. > > Signed-off-by: Richard Henderson > --- > elf.h |1 + > exec.c|9 +++

[Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2011-09-29 Thread Richard Henderson
This allows us to generate unwind info for the dynamicly generated code in the code_gen_buffer. Only i386 is converted at this point. Signed-off-by: Richard Henderson --- elf.h |1 + exec.c|9 +++ tcg/i386/tcg-target.c | 125 +