aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
AgeCommit message (Expand)AuthorFilesLines
1994-11-18 * defs.h, infcmd.c (reg_names): Don't declare as constant.Stan Shebs1-45/+41
1994-11-03 * corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,Stu Grossman1-0/+1
1994-10-06 * remote-mips.c (break_insn): Remove.Ian Lance Taylor1-10/+4
1994-09-15 * remote-mips.c (mips_error): Place NORETURN macro correctly.Stan Shebs1-1/+1
1994-08-17 * remote-mips.c: Remove unused declaration of mips_load.Jim Kingdon1-3/+0
1994-08-10Modified Files:Kung Hsu1-0/+9
1994-07-18Modified Files:Kung Hsu1-0/+2
1994-06-30 * remote-mips.c: Replace all \r chars with \015.Stan Shebs1-5/+20
1994-02-05 * remote-mips.c (mips_fetch_registers): If regno is FP_REGNUM orJim Kingdon1-4/+12
1994-02-05 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):Jim Kingdon1-15/+79
1994-01-31* remote-mips.c: Use unfiltered, not filtered, output most places.Jim Kingdon1-15/+39
1994-01-28* remote-mips.c (mips_ops): Fix docstring.Jim Kingdon1-2/+4
1994-01-22 * remote-mips.c (mips_initialize): Clear mips_initializing viaJim Kingdon1-2/+16
1994-01-14 * remote-mips.c (mips_request, mips_wait): Correct prototypes.Ian Lance Taylor1-2/+2
1994-01-11 * remote-mips.c (mips_wait): Use new function mips_signal_from_protocolJim Kingdon1-10/+22
1994-01-11* remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377).Jim Kingdon1-3/+3
1994-01-06 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.Jim Kingdon1-1/+1
1994-01-04Tue Jan 4 14:51:35 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-2/+2
1994-01-04 * target.h: Add enum target_waitkind, enum target_signal, andJim Kingdon1-18/+37
1993-12-31 * remote-mips.c: Add timeout parameter to mips_request andJim Kingdon1-25/+31
1993-12-31 * remote-mips.c (mips_error): New function.Jim Kingdon1-21/+46
1993-12-30 * remote-mips.c (mips_error): New function.Jim Kingdon1-22/+52
1993-12-26 * valops.c (call_function_by_hand, push_word), defs.h (push_word),Jim Kingdon1-1/+1
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-5/+5
1993-10-21add pid argument to mips_waitDavid D. Zuhn1-1/+2
1993-10-16* breakpoint.c (breakpoint_thread_match break_command_1):Stu Grossman1-1/+1
1993-09-20* remote.c, remote-mips.c: Use sr_get_debug not remote_debug.Jim Kingdon1-13/+14
1993-08-24 * target.c, target.h: Add "set remotedebug" command.Jim Kingdon1-23/+13
1993-08-02Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)Stu Grossman1-3/+3
1993-07-28 * remote-mips.c (_initialize_remote_mips): Added "timeout" andIan Lance Taylor1-0/+15
1993-07-10 * findvar.c, defs.hJim Kingdon1-15/+19
1993-06-29fix include file ordering problem (bfd.h vs. symfile.h)David D. Zuhn1-1/+1
1993-06-13 * defs.h, main.c (catch_errors): Add return_mask arg.Jim Kingdon1-1/+3
1993-06-11 (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,Ian Lance Taylor1-1/+1
1993-06-11 * remote-mips.c (mips_send_packet): Don't print garbage characterIan Lance Taylor1-2/+1
1993-06-08 * symfile.{c,h} (generic_load): New function.Jim Kingdon1-69/+2
1993-04-28 * Remote targets (mourn): Call unpush_target.Jim Kingdon1-0/+1
1993-04-10Fix typo, change appropriate instances of -2 to SERIAL_TIMEOUT, addIan Lance Taylor1-22/+23
1993-04-09 * remote-mips.c, remote-monitor.c, remote-st2000.c: Convert toStu Grossman1-16/+23
1993-02-22 * remote-mips.c: New file; implements MIPS remote debuggingIan Lance Taylor1-28/+166
1993-02-12Checkpoint. Runs "hello, world", sets breakpoints, isn't too gracefulIan Lance Taylor1-0/+1246