aboutsummaryrefslogtreecommitdiff
path: root/gdb/dve3900-rom.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-1/+2
2000-12-15Replace free() with xfree().Kevin Buettner1-1/+1
2000-07-30Protoization.Kevin Buettner1-52/+19
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner1-4/+4
2000-05-28PARAMS removal.Kevin Buettner1-26/+21
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-1/+1
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-186/+324
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+962
1999-04-16Initial creation of sourceware repositoryStan Shebs1-962/+0
1998-01-28 * monitor.c (monitor_vsprintf): New function to handleMark Alexander1-9/+9
printing of large addresses using %A format specifier. (monitor_printf_noecho, monitor_printf): Use monitor_vsprintf instead of vsprintf. * dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx to print addresses.
1998-01-27 * dve3900-rom.c: Improve performance by using memory commandsMark Alexander1-15/+46
that print less fluff. Minor cosmetic changes. Eliminate compiler warnings.
1998-01-24 * monitor.c (monitor_write, monitor_readchar): New functions.Mark Alexander1-100/+565
* monitor.h (monitor_write, monitor_readchar): Declare. * dve3900-rom.c: Add support for fast loading on ethernet connections.
1998-01-05 * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.Mark Alexander1-3/+3
* monitor.c (monitor_wait): Echo program output. * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag, add MO_PRINT_PROGRAM_OUTPUT flag.
1997-12-29 * dve3900-rom.c: New file to support Densan DVE-R3900/20 board.Mark Alexander1-0/+466
* monitor.c (monitor_debug): Move to utils.c, rename to puts_debug. (monitor_write_memory, monitor_read_memory, monitor_insert_breakpoint, monitor_remove_breakpoint): Remove useless address bits if current monitor has MO_ADDR_BITS_REMOVE flag. * monitor.h (MO_ADDR_BITS_REMOVE): Define. * utils.c (puts_debug): Formerly monitor_debug from monitor.c; move here and make public. Add better support for carriage returns. * defs.h (puts_debug): Declare. * dsrec.c (load_srec): Use puts_debug to print remotedebug information. Output header record correctly. (make_srec): Output a header record instead of a termination record if sect is non-NULL (value is ignored), but abfd is NULL. * config/mips/tm-tx39.h (DEFAULT_MIPS_TYPE): Remove definition. (REGISTER_NAMES): Define to add R3900-specific registers. * config/mips/tm-tx39l.h: Ditto. * config/mips/tx39.mt (TDEPFILES): Add dve3900-rom.o and support files. * config/mips/tx39l.mt: Ditto.