* gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c6eeebfa3cfda7a9d7202041ada7dfd762eeedf5..bce2e0d14c523fdea10c5cf70c31b8d54ca76a9d 100644 (file)
@@ -1,3 +1,34 @@
+start-sanitize-gdbtk
+Mon Aug 11 10:43:04 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
+
+end-sanitize-gdbtk
+Sun Aug 10 19:08:26 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * utils.c (error): Fix return type for !ANSI_PROTOTYPES.
+
+Sun Aug 10 16:49:09 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * ocd.c: move ocd_write_bytes proto to ocd.h since it is used
+       by ppc-bdm.c, use OCD_LOG_FILE to help debugging, define
+       BDM_BREAKPOINT if not defined in tm.h
+       (ocd_error): add new error cases
+       (ocd_start_remote): send the OCD_INIT command before
+       OCD_AYT and OCD_GET_VERSION calls, 80 was correct speed after all
+       (ocd_write_bytes): no longer static
+       (ocd_insert_breakpoint): no longer static
+       (ocd_remove_breakpoint): new
+       * ocd.h: add protos for ocd_write_bytes, ocd_insert_breakpoint,
+       and ocd_remove_breakpoint
+       * ppc-bdm.c: change bdm_ppc_ops so we call ocd_insert_breakpoint
+       and ocd_remove_breakpoint instead of memory_insert_breakpoint
+       and memory_remove_breakpoint.
+       (bdm_ppc_open): after calling ocd_open, modify DER
+       register so interrupts will drop us into debugging mode, finally
+       disable the watchdog timer on the board so we don't leave BDM
+       mode unexpectedly.
+
 Sat Aug  9 01:50:14 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * values.c (value_primitive_field):  Account for offset when
This page took 0.024289 seconds and 4 git commands to generate.