aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-vx.c
AgeCommit message (Expand)AuthorFilesLines
1995-03-01 * a29k-tdep.c (get_longjmp_target): add this function, from WRS.Kung Hsu1-114/+167
1995-01-27 * remote-vx.c: Revert all of Kung's changes of 16 Jan. TheJim Kingdon1-171/+119
1995-01-16 * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,Kung Hsu1-119/+171
1994-11-03 * corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,Stu Grossman1-0/+2
1994-10-20 * objfiles.c (objfile_relocate): When relocating ->sections, useJim Kingdon1-0/+11
1994-10-17 * Makefile.in (ALLDEPFILES): Remove xcoffexec.c.Jim Kingdon1-158/+232
1994-08-28 * symfile.c (symbol_file_add): Move reinit_frame_cache call toPeter Schauer1-2/+13
1994-08-24 * remote-vx.c (vx_attach): Interpret the command argument as anStan Shebs1-4/+7
1994-01-27 Fix many sins which will come up in 32 bit x 64 bit GDB, andJim Kingdon1-2/+2
1994-01-13 * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960Jim Kingdon1-0/+9
1994-01-06 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.Jim Kingdon1-1/+1
1994-01-04 * target.h: Add enum target_waitkind, enum target_signal, andJim Kingdon1-21/+17
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-14/+14
1993-10-23 * remote-vx.c: Rename pid parameter to pid_to_wait_for. SomeJim Kingdon1-2/+2
1993-10-16* breakpoint.c (breakpoint_thread_match break_command_1):Stu Grossman1-1/+5
1993-10-15 * fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior),Jim Kingdon1-4/+0
1993-09-28Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1-5/+8
1993-09-01bzero -> memsetK. Richard Pixley1-24/+24
1993-08-02Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)Stu Grossman1-2/+3
1993-06-16rename user settable option from rpcTimeout to vxworks-timeout.K. Richard Pixley1-1/+1
1993-06-15make rpcTimeout user settableK. Richard Pixley1-1/+10
1993-06-13 * defs.h, main.c (catch_errors): Add return_mask arg.Jim Kingdon1-3/+5
1993-06-08 * remove-vx.c (vx_read_register, vx_write_register): collapseK. Richard Pixley1-65/+9
1993-04-27 * remote-vx.c (net_connect): Allow numeric IP address for host.Jim Kingdon1-5/+13
1993-03-30 * config/m68k/tm-m68k.h: Renamed from config/m68k/tm-68k.h.Fred Fish1-3/+3
1992-12-21add include of "complaints.h"David D. Zuhn1-1/+1
1992-12-15 * complaints.c: New file, code moved from utils.c.Fred Fish1-1/+1
1992-12-10* vx-share/{reg.h,xdr_regs.h,xdr_regs.c}: Remove, unused.John Gilmore1-1/+0
1992-11-18Wed Nov 18 15:05:45 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-3/+4
1992-10-15remove redundant include of sys/time.h.K. Richard Pixley1-1/+0
1992-10-06NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector asK. Richard Pixley1-0/+2
1992-09-26Split non-target-dependent code out of target_attach routines.John Gilmore1-21/+1
1992-09-22Break the thread of control that implies that a unix childJohn Gilmore1-0/+2
1992-09-18Remove convert_{to,from}_virtual members from target structs.John Gilmore1-4/+2
1992-09-10from p3: remote-vx.c: hide name realloc for inclusion of rpc/rpc.hKen Raeburn1-0/+2
1992-09-10* i386-stub.c, sparc-stub.c (getpacket): Actually check checksums.John Gilmore1-1/+2
1992-08-19Wed Aug 19 10:23:27 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+2
1992-07-10If at first the network screws you over, try, try again...Ken Raeburn1-72/+49
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-2/+2
1992-06-01Pass the correct number of parameters to `symbol_file_add'.Michael Tiemann1-2/+2
1992-05-08* Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,Stu Grossman1-5/+5
1992-04-14* remote-vx.c, vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,Stu Grossman1-135/+61
1992-03-18Changes to implement the -mapped and -readnow options for commands thatFred Fish1-2/+2
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-1/+0
1992-02-22* xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP.John Gilmore1-0/+1
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore1-5/+3
1992-02-21* core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c,John Gilmore1-4/+1
1991-12-14* infrun.c, remote-eb.c, remote-nindy.c, remote-vx.c: RemoveJohn Gilmore1-10/+0
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-1/+0