* configure.in (tixdir): Update for cygwin32 case for Tcl 8.0.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7f2ad05a65cac4d222d07f48f168e35cf4dbb82d..3de0cbe7ed6955e7845a7bbadc6e52c5b7da5e5c 100644 (file)
@@ -1,11 +1,59 @@
+start-sanitize-gdbtk   
+Fri Aug  8 15:19:14 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (tixdir): Update for cygwin32 case for Tcl 8.0.
+       * configure: Rebuild.
+
+end-sanitize-gdbtk
+Fri Aug  8 13:11:01 1997  Mike Meissner  <meissner@cygnus.com>
+
+       * config/powerpc/ppc{,le}-{eabi,sim}.mt (TDEPFILES): Make sure
+       ppc-bdm.o and ocd.o are used for all powerpc-eabi targets.
+
+start-sanitize-gdbtk
+Fri Aug  8 00:13:32 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * gdbtk.c (breakpoint_notify): Change buffer size from 100
+       to 256 to avoid memory corruption with very long pathnames.
+
+end-sanitize-gdbtk     
+Thu Aug  7 19:40:52 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       Changes to OCD support to support wiggler box as well as
+       target boxes:
+       * ocd.c: change speed in init command to 0 from 80,
+       add (temporary) logging commands to help debugging,
+       (ocd_open): if "target ocd wiggler lpt" then use special
+       ser-ocd.c serial interface which communicates with Wigglers.dll,
+       otherwise ("target ocd <foo>") do as we did before
+       (ocd_get_packet): add OCD_LOG_FILE and OCD_SET_CONNECTION to
+       switch of known commands of len 0
+       * ocd.h: add OCD_LOG_FILE
+       * serial.c (serial_open): do serial_interface_lookup on ocd
+       in the case of ocd
+       * ser-ocd.c: add buffer to contain responses from sending a
+       command to the Wigglers.dll.
+       (ocd_readchar): return curr char from buffer and increment ptr
+       (ocd_write): send buffer to Wigglers.dll, storing response in
+       return buffer and initializing curr location ptr to start of
+       buffer.
+
+start-sanitize-gdbtk   
+Thu Aug  7 14:08:23 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * configure.in: Change required Tix version to 4.1.8.0 .
+       * configure: Rebuilt.
+
+end-sanitize-gdbtk
 Thu Aug  7 13:39:31 1997  Geoffrey Noer  <noer@cygnus.com>
 
        * ocd.h: add OCD_SET_CONNECTION
+       * ocd.c: rename "do_command" to "ocd_do_command" 
 
 Thu Aug  7 13:09:17 1997  Geoffrey Noer  <noer@cygnus.com>
 
        Nomenclature change.  BDM is a specific type of OCD
-       (On chip debugging).  Wiggler is the parallel port box controlled
+       (On Chip Debugging).  Wiggler is the parallel port box controlled
        by Wigglers.dll.  The faster target box from Macraigor Systems
        is not a wiggler.  
        * ocd.c:
This page took 0.023356 seconds and 4 git commands to generate.