Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-11-15 | * op50-rom.c, w89k-rom.c, monitor.c: Modify to use two variables | Rob Savoye | 1 | -3/+3 | |
to set remote load type and protocol. * rom68k-rom.c: Add to_stop in target_ops. | |||||
1994-11-14 | Add copyright message. | Rob Savoye | 1 | -3/+20 | |
1994-11-03 | * corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c, | Stu Grossman | 1 | -0/+1 | |
remote-adapt.c, remote-e7000.c, remote-eb.c, remote-es.c, remote-hms.c, remote-mips.c, remote-mm.c, remote-mon.c, remote-nindy.c, remote-os9k.c, remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c, remote-vx.c, remote-z8k.c, remote.c, w89k-rom.c, target.c, target.h: Add support for target_stop(). * gdbtk.c (gdb_stop): Switch to target_stop(). * ChangeLog: Fix comment to make shebs happy... | |||||
1994-10-19 | Add a ^C to the init string. | Rob Savoye | 1 | -1/+1 | |
1994-10-18 | * monitor.c (set_loadtype_command): Fixed so it doesn't core dump. | Rob Savoye | 1 | -1/+1 | |
* monitor.c (monitor_load): check the load type and load the file accordingly. Default to gr_load_image(). * monitor.c (monitor_load_ascii_srec): Load an ascii file in srecord format by downloading to the monitor. * w89k-rom.c, op50n-rom.c: set supported load types. | |||||
1994-10-13 | It works fully now. | Rob Savoye | 1 | -23/+23 | |
1994-10-12 | Cleanup debug logging, fix single stepping. WinBond works good! | Rob Savoye | 1 | -8/+8 | |
1994-10-12 | Breakpoints work, run works. Fixed "monitor" command. | Rob Savoye | 1 | -3/+4 | |
1994-10-11 | Writing to memory now works for both targets. | Rob Savoye | 1 | -1/+1 | |
1994-10-11 | Memory_reads_inferior() and monitor_fetch_registers() now work good on | Rob Savoye | 1 | -7/+16 | |
both targets. On to the "set" functions... | |||||
1994-10-06 | Both targets initialize, can dump registers too. | Rob Savoye | 1 | -19/+64 | |
1994-09-14 | A generic ROM monitor interface abnd support for the WinBond w89k board | Rob Savoye | 1 | -0/+91 | |
and the Oki op59n board. |