Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-15 | * serial.h (SERIAL_ASYNC): Delete. | Andrew Cagney | 1 | -4/+4 | |
(DEPRECATED_SERIAL_FD): Delete. (SERIAL_DEBUG): Delete. (SERIAL_DEBUG_P): Delete. (SERIAL_DRAIN_OUTPUT): Delete. (SERIAL_FLUSH_OUTPUT): Delete. (SERIAL_FLUSH_INPUT): Delete. (SERIAL_SEND_BREAK): Delete. (SERIAL_RAW): Delete. (SERIAL_GET_TTY_STATE): Delete. (SERIAL_SET_TTY_STATE): Delete. (SERIAL_PRINT_TTY_STATE): Delete. (SERIAL_NOFLUSH_SET_TTY_STATE): Delete. (SERIAL_SETBAUDRATE): Delete. (SERIAL_SETSTOPBITS): Delete. (SERIAL_CAN_ASYNC_P): Delete. (SERIAL_IS_ASYNC_P): Delete. (SERIAL_UN_FDOPEN): Delete. (SERIAL_READCHAR): Delete. (SERIAL_CLOSE): Delete. (SERIAL_FDOPEN): Delete. (SERIAL_OPEN): Delete. | |||||
2001-07-11 | s/typedef serial_t/struct serial */ | Andrew Cagney | 1 | -4/+4 | |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 | |
2001-02-25 | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 1 | -1/+1 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -16/+6 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -30/+31 | |
1999-07-07 | import gdb-1999-07-07 pre reformat | Jason Molenda | 1 | -1/+1 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+284 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -284/+0 | |
1995-08-02 | Update FSF address. | Fred Fish | 1 | -1/+1 | |
1995-04-17 | * monitor.c: Move all xmodem stuff into xmodem.[ch]. Remove | Stu Grossman | 1 | -0/+284 | |
unnecessary remoteloadprotocol and remoteloadtype support. * (expect expect_prompt): Change names to monitor_expect and monitor_expect_prompt. Make them global. * (printf_monitor): Change name to monitor_printf. Make global. * (monitor_read_memory): Flush command echo to avoid parsing ambiguity with CPU32Bug monitor. * (monitor_load): Remove remoteloadprotocol and remoteloadtype support. Call target_ops->load_routine, default to monitor_load_srec. * (monitor_load_srec): Remove everything but S-record support. * monitor.h (monitor_ops): Add load_routine to provide monitor specific download capability. * remote-est.c: Clean up copyrights and comments. * w89k-rom.c: Use new xmodem support. * xmodem.c xmodem.h: New files to support xmodem downloads. * rom68k-rom.c remote-est.c: Fix copyrights, add load_routine entry to monitor_ops. * cpu32bug-rom.c: New file to support Moto BCC debuggers. * config/m68k/est.mt (TDEPFILES): Add cpu32bug.o. * config/pa/hppapro.mt (TDEPFILES): Add xmodem.o. |