aboutsummaryrefslogtreecommitdiff
path: root/gdb/rdi-share/devsw.c
AgeCommit message (Collapse)AuthorFilesLines
2002-01-20* rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.Andrew Cagney1-2/+0
(closeLogFile): Ditto.
2001-05-03 * rdi-share/devsw.c: Include <time.h> for struct tmJonathan Larmour1-0/+1
2000-01-25import gdb-2000-01-24 snapshotJason Molenda1-3/+9
2000-01-06import gdb-2000-01-05 snapshotJason Molenda1-2/+28
1999-11-09import gdb-1999-11-08 snapshotJason Molenda1-1/+3
1999-11-02import gdb-1999-11-01 snapshotJason Molenda1-0/+175
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+404
1999-04-16Initial creation of sourceware repositoryStan Shebs1-404/+0
1998-09-25Merge with armelf980813:Keith Seitz1-0/+4
* rdi-share/unixcomm.c: If using cygwin32, also use the SERPORT and PARPORT defines for win32. (Unix_MatchValidSerialDevice): For cygwin32, valid serial port names start with "com", not "/dev/tty". (Unix_OpenSerial): Do not use O_NONBLOCK on cygwin32. * rdi-share/devsw.c (DevSW_Close): Free the device's state (SwitcherState) so that the device may be reopened. * remote-rdi.c (mywritec): Send all output through gdb's *_unfiltered functions, ignoring non-ASCII chars, so that non-tty UI's can snarf the output from fputs_hook. (mywrite): Ditto. (arm_rdi_open): Set inferior_pid. (arm_rdi_detach): Pop the target off the target stack so that users can attach and detach multiple times. (arm_rdi_close): Close the opened device and reset inferior_pid, too.
1998-01-08Applied patches from Tony.Thompson@arm.com to implement the Angel remoteNick Clifton1-0/+400
debugging interface and resurrected associated RDI files.