On Thu, Aug 26, 2010 at 7:03 AM, chandra shekar <chandrashekar...@gmail.com> wrote: > i need to run qemu in gdb,thanks
Try: $ ./configure --disable-strip $ gdb --args x86_64-softmmu/qemu-system-x86_64 [...] The --disable-strip configure option causes an ELF executable with debug information to be produced. Stefan