Thu Aug 7 13:39:31 1997 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Thu, 7 Aug 1997 20:40:18 +0000 (20:40 +0000)
committerGeoffrey Noer <noer@cygnus>
Thu, 7 Aug 1997 20:40:18 +0000 (20:40 +0000)
        * ocd.h: add OCD_SET_CONNECTION

gdb/ChangeLog
gdb/ocd.h

index fbc665002ed23da7c207ed46f67eed1ec96249cd..7f2ad05a65cac4d222d07f48f168e35cf4dbb82d 100644 (file)
@@ -1,3 +1,22 @@
+Thu Aug  7 13:39:31 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * ocd.h: add OCD_SET_CONNECTION
+
+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
+       by Wigglers.dll.  The faster target box from Macraigor Systems
+       is not a wiggler.  
+       * ocd.c:
+       * ocd.h:
+       * ppc-bdm.c:
+       * ser-ocd.c:
+       Replace all instances of "wiggler_" with "ocd_" and change most other
+       instances of "wiggler" to "ocd" or "ocd device" depending on context.
+       * config/m68k/monitor.mt: remove remote-wiggler.o from TDEPFILES
+       until OCD with that target is supported again.
+
 Wed Aug  6 16:15:31 1997  Geoffrey Noer  <noer@cygnus.com>
 
        * Makefile.in: add DLLTOOL = @DLLTOOL@, pass on DLLTOOL to
index d0980a932e82b76111cdd76fae0f911f85092a42..1e13f1811ebd47a6637b7a789fa6e30b81c9cdb2 100644 (file)
--- a/gdb/ocd.h
+++ b/gdb/ocd.h
@@ -69,6 +69,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define OCD_ENTER_MON 0x94     /* Enter the flash programming monitor  */
 
 #define OCD_SET_STATUS 0x0a    /* Set status */
+#define OCD_SET_CONNECTION 0xf0        /* Set connection (init Wigglers.dll) */
 #define OCD_FLAG_STOP 0x0      /* Stop the target, enter BDM */
 #define OCD_FLAG_START 0x01    /* Start the target at PC */
 #define OCD_FLAG_RETURN_STATUS 0x04 /* Return async status */
This page took 0.025956 seconds and 4 git commands to generate.