Re: [Qemu-devel] Implement Xfer:auxv:read in gdb stub

2015-06-24 Thread Bhushan Attarde
Hi Jan, Thanks for the review. I will resubmit the patch with suggested changes. Regards, Bhushan -Original Message- From: Jan Kiszka [mailto:jan.kis...@siemens.com] Sent: 25 June 2015 10:56 To: Bhushan Attarde; qemu-devel@nongnu.org Cc: Yongbok Kim; Jaydeep Patil Subject: Re: Implement

Re: [Qemu-devel] Implement Xfer:auxv:read in gdb stub

2015-06-24 Thread Jan Kiszka
On 2015-06-24 08:34, Bhushan Attarde wrote: > This patch implements support for "Xfer:auxv:read" to provide auxiliary vector > information to clients which relies on it. > > For example: AT_ENTRY in auxiliary vector provides the entry point > information. > Client can use this information to comp

[Qemu-devel] Implement Xfer:auxv:read in gdb stub

2015-06-24 Thread Bhushan Attarde
This patch implements support for "Xfer:auxv:read" to provide auxiliary vector information to clients which relies on it. For example: AT_ENTRY in auxiliary vector provides the entry point information. Client can use this information to compare it with entry point mentioned in executable to calcu