Thu Aug 7 19:40:52 1997 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Fri, 8 Aug 1997 02:57:35 +0000 (02:57 +0000)
committerGeoffrey Noer <noer@cygnus>
Fri, 8 Aug 1997 02:57:35 +0000 (02:57 +0000)
commit9cf7f520c671cdb644fb987facea36ff5e597605
tree4aaec4ac63998804ae2483d5915b94153ea468eb
parent1154b47ab13c0cee1c409f81fa5f0dd4186a0050
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.
gdb/.Sanitize
gdb/ChangeLog
gdb/ocd.c
gdb/ocd.h
gdb/ser-ocd.c
gdb/serial.c
This page took 0.025903 seconds and 4 git commands to generate.