aboutsummaryrefslogtreecommitdiff
path: root/gdb/array-rom.c
AgeCommit message (Collapse)AuthorFilesLines
1995-04-29 * array-rom.c (_initialize_array array_open): Move baud_rateStu Grossman1-1/+1
initialization from _initxxx to array_open to fix bug with overriding -b command line option.
1995-03-08 * monitor.c array-rom.c monitor.h rom68k-rom.c: Move target_opsStu Grossman1-42/+9
into monitor.c. * monitor.c (monitor_create_inferior): Allow run command to start program.
1995-03-08 * monitor.c (monitor_load): Set PC to start address when doneStu Grossman1-40/+38
loading. * array-rom.c monitor.h rom68k-rom.c: Clean up target_ops. Remove ref to monitor_create_inferior.
1995-03-07 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to makeStu Grossman1-13/+13
Sun make (with VPATH) work... * monitor.c monitor.h rom68k-rom.c: Serious cleanup to make IDP (rom68k) target work right. * array-rom.c op50-rom.c w89k-rom.c: Partial updates to new monitor.c interface. More work needs to be done here. * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no floating-point for this card.
1995-02-06Add the rest of the commands needed by GDB.Rob Savoye1-31/+21
1995-02-03 * array-rom.c: Remove the non GDB remote protocol config stuff.Rob Savoye1-107/+6
* monitor.c: All reading/writing functions for memory and registers work.
1995-01-12 * array-rom.c: Add support for most commands.Rob Savoye1-2/+109
* monitor.c: Add GDB remote protocol for the hybrid environment on the Array board.
1994-12-30 * array-rom.c: Support for Array Tech LSI33k based RAID diskRob Savoye1-0/+167
controller board. * configure.in: Recognize "mips*-*-ecoff*" rather than "mips*-idt-ecoff*" so it'll work for the LSI33k.