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 3/8] [AArch64] Only access inferior registers when creating a frame cache


On 08/07/15 17:15, Yao Qi wrote:
> Pierre Langlois <pierre.langlois@arm.com> writes:
> 
>> gdb/ChangeLog:
>>
>> 	* aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
>> 	fields.
>> 	(aarch64_scan_prologue): Set prev_pc.
>> 	(aarch64_make_prologue_cache): Set func.
>> 	(aarch64_make_stub_cache): Set prev_pc.
>>
>> 	(aarch64_prologue_this_id): Remove local variables id, pc and
>> 	func.  Read prev_pc and func from cache.
>> 	(aarch64_stub_this_id): Read prev_pc from cache.
> 
> It is OK to me.
> 

Thanks, I've removed the empty line in the ChangeLog and pushed this.


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