]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Add debug_info to JIT ELF image.
authorRichard Henderson <rth@twiddle.net>
Sat, 24 Mar 2012 17:47:36 +0000 (10:47 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 24 Mar 2012 19:57:12 +0000 (19:57 +0000)
commit5872bbf24e524899d002dc4fc9a8544b8334137a
tree18c8e414485724feb01305590b36b967781da7b4
parent55fddd661187bd321343776e2d460cc4e67d225b
tcg: Add debug_info to JIT ELF image.

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 <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/tcg.c