Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-11 | s/typedef serial_t/struct serial */ | Andrew Cagney | 1 | -1/+1 | |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 | |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -3/+3 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -14/+15 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+36 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -36/+0 | |
1996-12-11 | * monitor.c (monitor_load): Add support for load address argument. | David Edelsohn | 1 | -3/+4 | |
* dsrec.c: #include <time.h>. (load_srec): New argument load_offset. Print download stats. * srec.h (load_srec): Update prototype. * sh3-rom.c (sh3_load): Update call to load_srec. | |||||
1996-05-21 | * dsrec.c (load_srec): Add WAITACK parameter, for machines | Mark Alexander | 1 | -1/+1 | |
like EST visionICE that send back an ACK after each S-record. * monitor.c (monitor_wait_srec_ack): New function. (monitor_load): Pass monitor_wait_srec_ack to load_srec if the monitor's MO_SREC_ACK flag is set. * monitor.h: Define MO_SREC_ACK flag. * remote-est.c (est_cmds): Add MO_SREC_ACK flag. * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype. * srec.h: Add WAITACK parameter to load_srec prototype. | |||||
1995-11-14 | * monitor.c (monitor_load_srec monitor_make_srec): Move all | Stu Grossman | 1 | -0/+35 | |
S-record download code into srec.c. * srec.c srec.h: New files. Contain S-record loading routines formerly in monitor.c. * serial.c serial.h: New routine just like fprintf, but uses serial_t instead of FILE *. * sh-tdep.c (frame_find_saved_regs init_extra_frame_info): Don't add four to saved pc (makes things match manual). Also, fix bug where we didn't get pc from stack frame correctly. * config/sh/tm-sh.h (SAVED_PC_AFTER_CALL): Don't add four to saved pc. Real hardware does this for you. * sh3-rom.c (sh3_load): New routine. Sets up for download then calls generic S-record loader. * config/h8300/h8300.mt, config/h8500/h8500.mt, config/m68k/monitor.mt, config/pa/hppapro.mt, config/sh/sh.mt: Add srec.o to TDEPFILES. |