diff options
author | Rob Savoye <rob@cygnus> | 1994-10-19 03:02:17 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-10-19 03:02:17 +0000 |
commit | fa52d491eb7287875255cd31a8486c116884c49f (patch) | |
tree | e072b526f491c26feca3877f8f4a9364edc72d1f | |
parent | 44b95869cf4bbca063da79340c1b746fdff9b2d8 (diff) | |
download | gdb-fa52d491eb7287875255cd31a8486c116884c49f.zip gdb-fa52d491eb7287875255cd31a8486c116884c49f.tar.gz gdb-fa52d491eb7287875255cd31a8486c116884c49f.tar.bz2 |
* monitor.c (monitor_load_srec,monitor_make_srec): Add an asrecord
loader that reads files using BFD and converts it on the fly.
* monitor.c (set_loadtype_command): Fixed so it doesn't core dump.
* 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.
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11cf138..42c0755 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Tue Oct 18 20:53:29 1994 Rob Savoye <rob@darkstar.cygnus.com> + + * monitor.c (monitor_load_srec,monitor_make_srec): Add an asrecord + loader that reads files using BFD and converts it on the fly. + +Mon Oct 17 18:52:06 1994 Rob Savoye <rob@darkstar.cygnus.com> + + * monitor.c (set_loadtype_command): Fixed so it doesn't core dump. + * 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. + Mon Oct 17 10:29:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in (ALLDEPFILES): Remove xcoffexec.c. |