Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-11-14 | * monitor.c (monitor_load_srec monitor_make_srec): Move all | Stu Grossman | 1 | -2/+21 | |
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. | |||||
1995-10-24 | * monitor.c (monitor_expect_regexp): Same as monitor_expect, but | Stu Grossman | 1 | -8/+9 | |
with the obvious extension. (monitor_read_memory_single): Use regexp for getmem.resp_delim because of parsing ambiguities caused by certain monitors. (monitor_read_memory): Use new regexp stuff to parse getmem.resp_delim. * sh3-rom.c: Finish off table. Use new regexp capability for getmem commands. | |||||
1995-10-16 | * Makefile.in sh3-rom.c config/sh/sh.mt config/sh/tm-sh.h: Add | Stu Grossman | 1 | -0/+201 | |
sh3 monitor support. * monitor.c: Cleanup regexp compilation stuff to make it easier to use several regexps. * monitor.h: Get rid of struct rom_cmd_data. It's no longer used. * config/m68k/tm-monitor.h: Don't redefine NUM_REGS here. It just causes GDB to crash. |