2002-11-13 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2299e6418fff9e942694d9f43f61147769c1199a..3cbfc3075d9be07ae586c14ff06a354098489ded 100644 (file)
@@ -1,3 +1,54 @@
+2002-11-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (struct regcache_descr): Add fields
+       sizeof_cooked_registers and sizeof_cooked_register_valid_p.
+       (init_legacy_regcache_descr): Compute the size of a cooked
+       register cache and then assign that to sizeof_raw_registers.  Set
+       sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
+       (init_legacy_regcache_descr): Ditto.
+
+2002-11-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (register_buffer): Move to near start of file, update
+       description.
+       (regcache_raw_read): Use.
+       (regcache_raw_write): Use.
+       (struct regcache): Rename raw_registers to registers and
+       raw_register_valid_p to register_valid_p.
+       (regcache_xmalloc): Update.
+       (regcache_xfree): Update.
+       (register_buffer): Update.
+       (regcache_cpy): Update.
+       (regcache_cpy_no_passthrough): Update.
+       (regcache_valid_p): Update.
+       (deprecated_grub_regcache_for_registers): Update.
+       (deprecated_grub_regcache_for_register_valid): Update.
+       (set_register_cached): Update.
+       (regcache_raw_write): Update.
+
+2002-11-13  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-exp.y (name_not_typename): Use copy_name to
+       set current_type variable for fields of THIS.
+
+2002-11-12  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
+       * monitor.c (init_base_monitor_ops): Likewise.
+       * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
+       * remote-array.c (init_array_ops): Likewise.
+       * remote-e7000.c (init_e7000_ops): Likewise.
+       * remote-es.c (init_es1800_ops): Likewise.
+       (init_es1800_child_ops): Likewise.
+       * remote-rdp.c (init_remote_rdp_ops): Likewise.
+       * remote-sim.c (init_gdbsim_ops): Likewise.
+       * remote-st.c (init_st2000_ops): Likewise.
+       * sol-thread.c (init_sol_core_ops): Likewise.
+       (init_sol_thread_ops): Likewise.
+       * v850ice.c (init_850ice_ops): Likewise.
+       * win32-nat.c (init_child_ops): Likewise.
+       * wince.c (init_child_ops): Likewise.
+
 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
 
        * utils.c (gdb_realpath): Make rp a constant pointer.
This page took 0.031611 seconds and 4 git commands to generate.