Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-06-08 | * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__. | Andrew Cagney | 1 | -1/+1 | |
* rdi-share/serpardr.c: Ditto. * rdi-share/unixcomm.c: Ditto. * rdi-share/serdrv.c: Ditto. * rdi-share/hostchan.h: Ditto. * rdi-share/hostchan.c: Ditto. * rdi-share/host.h: Ditto. * rdi-share/devsw.c: Ditto. | |||||
2002-01-20 | * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''. | Andrew Cagney | 1 | -2/+0 | |
(closeLogFile): Ditto. | |||||
2001-05-03 | * rdi-share/devsw.c: Include <time.h> for struct tm | Jonathan Larmour | 1 | -0/+1 | |
2000-01-25 | import gdb-2000-01-24 snapshot | Jason Molenda | 1 | -3/+9 | |
2000-01-06 | import gdb-2000-01-05 snapshot | Jason Molenda | 1 | -2/+28 | |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -1/+3 | |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 1 | -0/+175 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+404 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -404/+0 | |
1998-09-25 | Merge with armelf980813: | Keith Seitz | 1 | -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-08 | Applied patches from Tony.Thompson@arm.com to implement the Angel remote | Nick Clifton | 1 | -0/+400 | |
debugging interface and resurrected associated RDI files. |