Age | Commit message (Expand) | Author | Files | Lines |
1994-01-06 | * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes. | Jim Kingdon | 1 | -1/+1 |
1994-01-04 | * target.h: Add enum target_waitkind, enum target_signal, and | Jim Kingdon | 1 | -22/+45 |
1993-11-10 | * Makefile.in (init.c): Add udi2go32.o to list of files that we | Jim Kingdon | 1 | -5/+6 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -33/+33 |
1993-10-27 | * remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug". | Jim Kingdon | 1 | -18/+0 |
1993-10-25 | * infrun.c (wait_for_inferior): Fix PC out of subroutine bounds | Stu Grossman | 1 | -8/+30 |
1993-10-22 | * Makefile.in (init.c): Generate using the source, not munch. This | Jim Kingdon | 1 | -1/+2 |
1993-10-21 | * remote-udi.c (udi_store_registers, store_register): Use | Stu Grossman | 1 | -34/+85 |
1993-10-21 | * target.h: Put remote_debug declaration back here. Add baud_rate. | Jim Kingdon | 1 | -1/+0 |
1993-10-21 | * main.c: Make baud_rate and remote_debug be global variables, | Stu Grossman | 1 | -12/+5 |
1993-10-16 | * breakpoint.c (breakpoint_thread_match break_command_1): | Stu Grossman | 1 | -1/+2 |
1993-09-27 | * remote-udi.c (udi_mourn): Don't pop target. | Jim Kingdon | 1 | -2/+8 |
1993-09-24 | * remote-udi.c (download): Skip zero length sections. | Jim Kingdon | 1 | -0/+7 |
1993-09-16 | * remote-udi.c, remote-adapt.c, remote-mm.c: Move processor_type | Jim Kingdon | 1 | -37/+6 |
1993-09-14 | * remote-udi.c (udi_wait): Return inferior_pid not 0. | Jim Kingdon | 1 | -1/+1 |
1993-09-09 | * remote-udi.c (udi_wait, case UDIStdinNeeded): Use a loop calling | Jim Kingdon | 1 | -4/+15 |
1993-09-02 | * remote-udi.c (udi_wait): Call `warning' not `error'. | Jim Kingdon | 1 | -1/+4 |
1993-08-09 | * gdbcore.h: New variable gnutarget. | Jim Kingdon | 1 | -0/+1 |
1993-08-09 | * remote-udi.c: Make udi_ops extern rather than trying forward | Jim Kingdon | 1 | -5/+6 |
1993-08-09 | * gdbcore.h: New variable gnutarget. | Jim Kingdon | 1 | -1/+1 |
1993-08-02 | Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com) | Stu Grossman | 1 | -3/+3 |
1993-07-29 | * remote-udi.c: Remove udi_timer, call to siginterrupt, and associated | Jim Kingdon | 1 | -29/+0 |
1993-07-28 | * remote-udi.c: Remove old comment about download not implemented. | Jim Kingdon | 1 | -6/+1 |
1993-06-29 | fix docstring so that it compiles | David D. Zuhn | 1 | -1/+1 |
1993-06-25 | * remote-udi.c: Improve docstring. | Jim Kingdon | 1 | -1/+19 |
1993-05-01 | * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST. | Stu Grossman | 1 | -4/+0 |
1993-05-01 | * remove-udi.c (udi_wait): ifdef around SIGLOST usage. Eg, | K. Richard Pixley | 1 | -0/+4 |
1993-04-25 | * Changes from (or inspired by) AMD: | Jim Kingdon | 1 | -5/+6 |
1993-02-10 | * remote-udi.c (FREEZE_MODE): Fix && for & typo. Found and | John Gilmore | 1 | -1/+1 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -6/+6 |
1992-12-01 | * remote-udi.c (udi_wait): Don't stop if TIP says that remote is | Stu Grossman | 1 | -3/+3 |
1992-11-18 | * infcmd.c (set_environment_command): Make set env FOO x=y work. | Stu Grossman | 1 | -16/+35 |
1992-11-12 | * Makefile.in: Remove dependancies for 29k-share/dfe/yank.o and | Stu Grossman | 1 | -199/+381 |
1992-10-06 | NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector as | K. Richard Pixley | 1 | -0/+1 |
1992-10-05 | * Makefile.in: Re-install 29K/UDI stuff. | Stu Grossman | 1 | -124/+181 |
1992-10-05 | Mon Oct 5 09:46:44 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -5/+4 |
1992-09-26 | Split non-target-dependent code out of target_attach routines. | John Gilmore | 1 | -47/+2 |
1992-09-22 | Break the thread of control that implies that a unix child | John Gilmore | 1 | -0/+1 |
1992-09-19 | * configure.in: removed target_dependent line. | John Gilmore | 1 | -1/+1 |
1992-09-18 | Remove convert_{to,from}_virtual members from target structs. | John Gilmore | 1 | -1/+1 |
1992-08-05 | Update comments. It doesn't do MiniMON, it does UDI! | John Gilmore | 1 | -6/+10 |
1992-06-25 | * tm-hppa.h: New file, architectural definition of HP PA. | John Gilmore | 1 | -23/+21 |
1992-06-11 | Small changes from Solaris port. The big stuff is not all working yet. | John Gilmore | 1 | -1/+0 |
1992-05-08 | * Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c, | Stu Grossman | 1 | -1/+1 |
1992-05-07 | * am29k-pinsn.c: Use new opcode table in "opcode/a29k.h". | Stu Grossman | 1 | -92/+118 |
1992-04-24 | * remote-udi.c (udi_insert/remove_breakpoint): Completely | Stu Grossman | 1 | -45/+34 |
1992-04-24 | 29K/UDI remote debugger interface. | Stu Grossman | 1 | -0/+1346 |