* findvar.c (supply_register): Add CLEAN_UP_REGISTER_VALUE hook.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f6518b90b236129872fe5355eeb84bba8dbe34ba..2c80adf051e710e5b5dd64502a6ecb343f705bd1 100644 (file)
@@ -1,5 +1,100 @@
+Sat Sep 26 02:07:31 1992  John Gilmore  (gnu@cygnus.com)
+
+       * findvar.c (supply_register):  Add CLEAN_UP_REGISTER_VALUE hook.
+       * tm-hppa.h (CLEAN_UP_REGISTER_VALUE):  Use it.
+       * hppa-coredep.c:  Remove, now that we use the hook.
+       * config/hppab.mh, config/hppah.mh:  Use standard coredep.o.
+       * hppab-xdep.c, hppah-xdep.c:  Remove custom code, use hook.
+
+       * dbxread.c, partial-stab.h:  Replace all #ifdef hp9000s800's with
+       GDB_TARGET_IS_HPPA's.  This is a SERIOUS KLUDGE.  The code needs to all
+       be ripped out and reimplemented right (see elfread.c).
+       * tm-hppa.h (GDB_TARGET_IS_HPPA):  Define.
+
+       Rename all HPPA files to fit into unique DOS filenames:
+       * *hppabsd*  => *hppab*
+       * *hppahpux* => *hppah*
+
+Sat Sep 26 00:25:15 1992  John Gilmore  (gnu@cygnus.com)
+
+       Make the /proc support a target-struct in its own right.
+
+       * Makefile.in: Remove inftarg.[co], since it is now included via
+       config/*.mh files.
+       * config/*.mh:  Add inftarg.o and fork-child.o to all *.mh that
+       reference infptrace.o.  Add fork-child.o to all *.mh that
+       reference procfs.o.
+
+       * inferior.h (proc_wait, inferior_proc_init, proc_set_exec_trap):
+       No longer global functions.
+       (fork_inferior):  New global function from fork-child.c.
+       * inftarg.c (child_wait):  Remove USE_PROC_FS conditional.
+       (ptrace_me, ptrace_him):  New stub functions for fork_inferior().
+       (child_create_inferior):  Moved to fork-child.c as fork_inferior.
+       (child_create_inferior):  New tiny function that calls fork_inferior.
+       * fork-child.c:  New file, containing fork_inferior, which is
+       built from slight mods to inftarg.c's child_create_inferior.
+
+       * procfs.c (procfs_ops):  Add target vector.
+       (attach):  Rename as static do_attach.
+       (procfs_create_inferior):  New tiny function that calls fork_inferior.
+       (child_xfer_memory):  Rename to static procfs_xfer_memory.
+       (store_inferior_registers):  Rename to static procfs_store_registers.
+       (inferior_proc_init):  Rename to static procfs_init_inferior.
+       (procfs_attach, procfs_detach, procfs_prepare_to_store,
+       procfs_files_info, procfs_open, procfs_mourn_inferior,
+       procfs_can_run):  Slightly mangled copies of the corresponding
+       child_XXX routines from inftarg.c.
+       (proc_wait):  Renamed to static procfs_wait.
+       (child_resume):  Rename to static procfs_resume.
+       (fetch_inferior_registers):  Rename to static procfs_fetch_registers.
+       (initialize_proc_fs):  Rename to initialize_procfs.  Set up
+       procfs_ops, too.
+
+       * putenv.c:  index -> strchr.
+       * regex.c:  Always rename bcopy to memcpy, etc.
+       FIXME:  Eventually do the renames rather than use #define's.
+       * sparc-tdep.c (deferred_stores):  Moved from sparc-xdep.c.
+       Fix bcopy->memcpy.
+       * sparc-xdep.c:  Move deferred_stores to target dependent.
+       * xm-irix4.h, xm-sysv4.h (CREATE_INFERIOR_HOOK):  No longer needed.
+
+Fri Sep 25 21:59:27 1992  John Gilmore  (gnu@cygnus.com)
+
+       Split non-target-dependent code out of target_attach routines.
+
+       * target.h:  Comments on target_attach args and results.
+       * infcmd.c (attach_command): Check for existing execution, call
+       target_attach, set up terminal status and wait_for_inferior, wait
+       for the attach status, and do normal_stop.
+       * inftarg.c (child_attach):  Remove target independent stuff.
+       * remote-adapt.c (adapt_attach):  Ditto.
+       * remote-mm.c (mm_attach):  Ditto.
+       * remote-udi.c (udi_attach):  Ditto.
+       * remote-vx.c (vx_attach):  Ditto.
+
+       Cleanup.
+
+       * remote-hms.c (hms_attach):  Remove completely, it was useless.
+       * remote-mm.c, remote-hms.c, remote-udi.c, remote-adapt.c:  Remove
+       commented-out start_remote calls.
+       * remote-hms.c, remote-adapt.c, remote-mm.c, remote-udi.c: Remove
+       DENTER and DEXIT macros and their calls.  Use a real debugger --
+       like gdb -- to see what functions are being called when.
+       * utils.c (strcmp_iw):  Make nonstatic, for lint.
+
+Fri Sep 25 18:48:20 1992  John Gilmore  (gnu@cygnus.com)
+
+       * infrun.c, inftarg.c, inferior.h:  Comment and lint cleanups.
+
 Fri Sep 25 15:13:44 1992  Stu Grossman  (grossman at cygnus.com)
 
+       * tm-sparc.h, dbxread.c (read_ofile_symtab):  Install Jim Wilson's
+       fix to differentiate between gcc1 & gcc2 compiled files so that we
+       can debug calls that pass structs as args correctly.
+       * symmisc.c (dump_symtab):  If block was compiled with gcc, say
+       so, and what version.
+
        * remote.c (remote_wait):  Make regs be char to avoid picayune
        ANSI compiler warnings.
 
This page took 0.025991 seconds and 4 git commands to generate.