Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make GNU/Linux/PPC work again. | Kevin Buettner | 2000-07-31 | 1 | -1/+1 |
| | |||||
* | Protoization. | Kevin Buettner | 2000-07-30 | 1 | -13/+4 |
| | |||||
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -1/+1 |
| | |||||
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -1/+3 |
| | |||||
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -25/+27 |
| | |||||
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -0/+198 |
| | |||||
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -198/+0 |
| | |||||
* | * monitor.h (MO_SREC_ACK_PLUS, MO_SREC_ACK_ROTATE): New flags. | Stan Shebs | 1997-09-16 | 1 | -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. | ||||
* | * dink32-rom.c: New file, support for DINK32 monitor. | Stan Shebs | 1997-08-12 | 1 | -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. |