aboutsummaryrefslogtreecommitdiff
path: root/gdb/dink32-rom.c
AgeCommit message (Collapse)AuthorFilesLines
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-3/+1
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-1/+2
2000-07-31Make GNU/Linux/PPC work again.Kevin Buettner1-1/+1
2000-07-30Protoization.Kevin Buettner1-13/+4
2000-05-28PARAMS removal.Kevin Buettner1-1/+1
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-1/+3
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-25/+27
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+198
1999-04-16Initial creation of sourceware repositoryStan Shebs1-198/+0
1997-09-16 * monitor.h (MO_SREC_ACK_PLUS, MO_SREC_ACK_ROTATE): New flags.Stan Shebs1-5/+11
* monitor.c (monitor_wait_srec_ack): Add DINK32-specific ack code. * dsrec.c (load_srec): Always write a header S-record. * dink32-rom.c (dink32_regnames): Fix the names of float registers. (dink32_cmds): Set to use S-record downloading with acks. * remote-est.c (est_cmds): Add MO_SREC_ACK_PLUS flag.
1997-08-12 * dink32-rom.c: New file, support for DINK32 monitor.Stan Shebs1-0/+192
* Makefile.in (dink32-rom.o): Add build rule. * config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt (TDEPFILES): Add dink32-rom.o. * monitor.h (MO_32_REGS_PAIRED, MO_SETREG_INTERACTIVE, MO_SETMEM_INTERACTIVE, MO_GETMEM_16_BOUNDARY, MO_CLR_BREAK_1_BASED): New monitor interface flags. * monitor.c: Use them. (monitor_store_register): Use setreg.term if defined. (monitor_insert_breakpoint, monitor_remove_breakpoint): Notice if set_break and clr_break fields are empty.