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] gdb.trace: Deduplicate write_inferior_data_ptr.


On 02/12/2016 11:37 AM, Marcin KoÅcielnicki wrote:
> This function is now basically identical to write_inferior_data_pointer,
> remove it and change all references.
> 
> gdb/gdbserver/ChangeLog:
> 
> 	* tracepoint.c (x_tracepoint_action_download): Change
> 	write_inferior_data_ptr to write_inferior_data_pointer.
> 	(cmd_qtstart): Likewise.
> 	(write_inferior_data_ptr): Remove.
> 	(download_agent_expr): Change write_inferior_data_ptr to
> 	write_inferior_data_pointer.
> 	(download_tracepoint_1): Likewise.
> 	(download_tracepoint): Likewise.
> 	(download_trace_state_variables): Likewise.
> ---
> Whoops, fixed a conflict with changes on master.  Also fixed lots of indents.

OK.

Thanks,
Pedro Alves


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