Re: [Qemu-devel] [PATCH] gdbstub: Support AUXV packet for debugging PIE executables.

2014-12-25 Thread Wei-cheng Wang
Ping :) Thanks, Wei-cheng On 11/28/2014 12:57 AM, Paolo Bonzini wrote: CCing Riku Voipio for a review. Paolo On 23/11/2014 14:28, Wei-cheng, Wang wrote: Hi, This patch adds support for sending AUXV packet. This is required for debugging Linux position independent executables. Otherwise,

Re: [Qemu-devel] [PATCH] gdbstub: Support AUXV packet for debugging PIE executables.

2014-11-27 Thread Paolo Bonzini
CCing Riku Voipio for a review. Paolo On 23/11/2014 14:28, Wei-cheng, Wang wrote: Hi, This patch adds support for sending AUXV packet. This is required for debugging Linux position independent executables. Otherwise, gdb client cannot find out where the executable is loaded.

[Qemu-devel] [PATCH] gdbstub: Support AUXV packet for debugging PIE executables.

2014-11-23 Thread Wei-cheng, Wang
Hi, This patch adds support for sending AUXV packet. This is required for debugging Linux position independent executables. Otherwise, gdb client cannot find out where the executable is loaded. Signed-off-by: Wei-cheng, Wang cole...@gmail.com --- gdbstub.c | 41