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] Remove parameter 'struct breakpoint *t' of encode_actions and encode_actions_1


On 05/30/2013 07:35 AM, Yao Qi wrote:

> Functions encode_actions_1 and encode_actions pass both 'bp_location'
> and 'breakpoint' in parameters, but the latter can be retrieved from
> the former.  The latter one can be removed.  The patch is somewhat
> obvious, and review still is welcome.  Regression tested on
> x86_64-linux.

OK.

Thanks,
-- 
Pedro Alves


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