Re: [Qemu-devel] [PATCH] gdbstub: Implement Xfer:auxv:read

2015-07-14 Thread Peter Maydell
On 1 July 2015 at 12:00, Bhushan Attarde wrote: > Implementation of "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

[Qemu-devel] [PATCH] gdbstub: Implement Xfer:auxv:read

2015-07-01 Thread Bhushan Attarde
Implementation of "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 calculate load offset