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] Use CORE_ADDR in to_trace_find


On 03/31/2013 12:33 PM, Yao Qi wrote:

> 2013-03-31  Yao Qi  <yao@codesourcery.com>
> 
> 	* remote.c (remote_trace_find): Change type of parameters 'addr1'
> 	and 'addr2' to CORE_ADDR.
> 	* target.c (update_current_target): Update.
> 	* target.h (struct target_ops) <to_trace_find>: Change parameter
> 	type to CORE_ADDR.
> 	* tracepoint.c (tfind_1): Change type of parameters 'addr1' and
> 	'addr2' to CORE_ADDR.
> 	(tfile_trace_find): Likewise.
> 	(tfile_get_traceframe_address): Change return type to CORE_ADDR.
> 	Change local variable 'addr' to type CORE_ADDR.
> 	* tracepoint.h (tfind_1): Update declaration.

OK.

Thanks,
-- 
Pedro Alves


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