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] Rename 'booke' ptrace interface in ppc-linux-nat.c


Edjunior Barbosa Machado wrote:

> 	* ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
> 	now available for embedded (BookE) and server (BookS) processors,
> 	correct mentions of 'booke' and adjust comments accordingly in order to
> 	avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
> 	(have_ptrace_booke_interface): Rename function and variable
> 	'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
> 	Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
> 	(booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
> 	'hwdebug_point_cmp'. Update all uses.
> 	(booke_find_thread_points_by_tid): Rename function
> 	'booke_find_thread_points_by_tid' to
> 	'hwdebug_find_thread_points_by_tid'. Update all uses.
> 	(booke_insert_point): Rename function 'booke_insert_point' to
> 	'hwdebug_insert_point'. Update all uses.
> 	(booke_remove_point): Rename function 'booke_remove_point' to
> 	'hwdebug_remove_point'. Update all uses.

This is OK.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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