2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 15 Jul 2013 16:01:26 +0000 (16:01 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 15 Jul 2013 16:01:26 +0000 (16:01 +0000)
commit926bf92da54df730ed468bde368ebb577136adc1
tree17ade56ea5f9a91f9ae83d8991d6dc35742e53d7
parentd929bc19b96005d473ca4205725a4b9d218e6ba5
2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>

* 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.
gdb/ChangeLog
gdb/ppc-linux-nat.c