* aix-thread.c (ops): Rename to aix_thread_ops.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 6a5266e352b68cafb20393b44c5ee15c16c16178..ab30ecda3196ef2d374b9cb9969c24e4159b7855 100644 (file)
@@ -1,3 +1,37 @@
+2002-07-19  Michael Snyder  <msnyder@redhat.com>
+
+       * aix-thread.c (ops): Rename to aix_thread_ops.
+       (base_ops): Rename to base_target.
+       (ops_attach): Rename to aix_thread_attach.
+       (ops_detach): Rename to aix_thread_detach.
+       (ops_resume): Rename to aix_thread_detach.
+       (ops_wait):   Rename to aix_thread_wait.
+       (ops_kill):   Rename to aix_thread_kill.
+       (init_ops):   Rename to init_aix_thread_ops.
+       (ops_fetch_register): Rename to aix_thread_fetch_register.
+       (ops_store_register): Rename to aix_thread_store_register.
+       (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
+       (ops_thread_alive):   Rename to aix_thread_thread_alive.
+       (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
+       (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
+       (ops_xfer_memory): Rename to aix_thread_xfer_memory.
+       (fetch_regs_lib):  Rename to fetch_regs_user_thread.
+       (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
+       (store_regs_lib):  Rename to store_regs_user_thread.
+       (store_regs_kern): Rename to store_regs_kernel_thread.
+
+2002-07-18  Michael Snyder  <msnyder@redhat.com>
+
+       * aix-thread.c (ops_prepare_to_store): Eliminate.
+       (init_ops): Don't initialize ops.prepare_to_store.
+       (store_regs_kern): Pre-fetch register buffers from child, 
+       because some registers may not be in the cache.  Copy
+       regs from register cache only if they are cached.
+       (store_regs_lib): Copy regs from register cache only
+       if they are cached.
+       (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
+       fill_gprs64): Ditto.
+
 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
 
        * aix-thread.c (gdb_assert.h): Include.
This page took 0.02435 seconds and 4 git commands to generate.