This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Delegate to target_ops->beneath to read cache lines
- From: Yao Qi <yao at codesourcery dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Doug Evans <xdje42 at gmail dot com>, <gdb-patches at sourceware dot org>
- Date: Mon, 2 Dec 2013 19:02:33 +0800
- Subject: Re: [PATCH] Delegate to target_ops->beneath to read cache lines
- Authentication-results: sourceware.org; auth=none
- References: <1385554824-7159-1-git-send-email-yao at codesourcery dot com> <5295F877 dot 3060004 at redhat dot com> <52980180 dot 1050000 at codesourcery dot com> <CAP9bCMTpcUJ_Okp8XwBhCQefsKrfkUo4iKcrv8B_Xip4Hc+h8w at mail dot gmail dot com> <529C232A dot 7080900 at codesourcery dot com> <529C62B0 dot 1030402 at redhat dot com>
On 12/02/2013 06:36 PM, Pedro Alves wrote:
Do you see a problem with this?
No.
gdb/
2013-12-02 Pedro Alves<palves@redhat.com>
* dcache.c (dcache_read_line): Use target_read_raw_memory.
* target.c (target_read_raw_memory): New function.
(target_read_stack, target_write_memory, target_write_raw_memory):
Update comment.
(target_read_core): Add comment.
^^^^^
target_read_code.
--
Yao (éå)