diff options
author | Geoffrey Noer <noer@cygnus> | 1997-08-08 02:57:35 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1997-08-08 02:57:35 +0000 |
commit | 9cf7f520c671cdb644fb987facea36ff5e597605 (patch) | |
tree | 4aaec4ac63998804ae2483d5915b94153ea468eb /gdb/.Sanitize | |
parent | 1154b47ab13c0cee1c409f81fa5f0dd4186a0050 (diff) | |
download | gdb-9cf7f520c671cdb644fb987facea36ff5e597605.zip gdb-9cf7f520c671cdb644fb987facea36ff5e597605.tar.gz gdb-9cf7f520c671cdb644fb987facea36ff5e597605.tar.bz2 |
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 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.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 08d0b23..e27a7a4 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -320,6 +320,8 @@ ns32k-tdep.c ns32km3-nat.c objfiles.c objfiles.h +ocd.c +ocd.h op50-rom.c os9kread.c osf-share @@ -328,6 +330,7 @@ parse.c parser-defs.h partial-stab.h ppcbug-rom.c +ppc-bdm.c printcmd.c process_reply.defs procfs.c @@ -359,7 +362,6 @@ remote-vx68.c remote-vx960.c remote-vxmips.c remote-vxsparc.c -remote-wiggler.c remote.c reply_mig_hack.awk rs6000-nat.c @@ -374,6 +376,7 @@ scm-valprint.c ser-e7kpc.c ser-go32.c ser-mac.c +ser-ocd.c ser-tcp.c ser-unix.c serial.c @@ -436,6 +439,7 @@ vax-tdep.c vx-share w65-tdep.c w89k-rom.c +wigglers.def win32-nat.c xcoffread.c xcoffsolib.c |