This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Delegate to target_ops->beneath to read cache lines


On 12/02/2013 11:02 AM, Yao Qi wrote:
> On 12/02/2013 06:36 PM, Pedro Alves wrote:
>> Do you see a problem with this?
>>
> 
> No.

Thanks.  I pushed it in (...)

>> 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.

(...) with that fixed.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]