On 04/17/2012 02:46 AM, Avi Kivity wrote:
> Attaching to process 2119
> jit_inferior_init
> Reading symbols from /usr/local/bin/qemu-system-x86_64...done.
> jit_inferior_init
> jit_inferior_init, descriptor_addr = 0x6f7560
> Unable to read JIT descriptor from remote memory!
Hmm, yes. You could wo
On 04/16/2012 10:46 PM, Richard Henderson wrote:
> On 04/16/2012 11:28 AM, Avi Kivity wrote:
> > Unable to read JIT descriptor from remote memory!
> > (gdb) bt
> > #0 0x7f4a1257cae5 in ?? ()
> > #1 0x in ?? ()
> > (gdb)
>
> set debug jit 1
Added to .gdbinit:
GNU gdb (GDB) Fe
On 04/16/2012 11:28 AM, Avi Kivity wrote:
> Unable to read JIT descriptor from remote memory!
> (gdb) bt
> #0 0x7f4a1257cae5 in ?? ()
> #1 0x in ?? ()
> (gdb)
set debug jit 1
r~
On 03/24/2012 07:47 PM, Richard Henderson wrote:
> This allows us to actually supply a function name in softmmu builds;
> gdb doesn't pick up the minimal symbol table otherwise. Also add a
> bit of documentation and statically generate more of the ELF image.
>
>
Looks like this is the cause of
#
This allows us to actually supply a function name in softmmu builds;
gdb doesn't pick up the minimal symbol table otherwise. Also add a
bit of documentation and statically generate more of the ELF image.
Signed-off-by: Richard Henderson
---
tcg/tcg.c | 233 +