This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 4/4] Partially available/unavailable data in requested range
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 30 Apr 2014 17:28:56 +0100
- Subject: Re: [PATCH 4/4] Partially available/unavailable data in requested range
- Authentication-results: sourceware.org; auth=none
- References: <1398665538-16580-1-git-send-email-yao at codesourcery dot com> <1398665538-16580-5-git-send-email-yao at codesourcery dot com>
On 04/28/2014 07:12 AM, Yao Qi wrote:
> gdb:
>
> 2014-04-26 Yao Qi <yao@codesourcery.com>
> Pedro Alves <palves@redhat.com>
>
> * tracefile-tfile.c (tfile_xfer_partial): Record the lowest
> address of blocks that intersects the requested range. Trim
> LEN up to LOW_ADDR_AVAILABLE if read from executable read-only
> sections.
> * ctf.c (ctf_xfer_partial): Likewise.
OK.
Thanks!
--
Pedro Alves