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] Renaming: {insert,remove} += _location [Re: [patch 1/2] Convert hardware watchpoints to use breakpoint_ops]


> gdb/
> 2010-11-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Code cleanup - renaming.
> 	* breakpoint.c (insert_bp_location): Use the new name
> 	breakpoint_ops->insert_location.
> 	(remove_breakpoint_1): Use the new name
> 	breakpoint_ops->remove_location.
> 	* breakpoint.h (struct breakpoint_ops): Rename insert to
> 	insert_location and remove to remove_location.

I didn't think it would change much, but I changed my mind - I like
this change! Thanks for pursuing this.

-- 
Joel


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