Age | Commit message (Expand) | Author | Files | Lines |
1994-04-27 | * procfs.c (procfs_wait): Use the signal from the pr_info rather | Jim Kingdon | 1 | -20/+5 |
1994-04-20 | Add missing #endif. | Jeff Law | 1 | -0/+1 |
1994-04-14 | * procfs.c (procfs_wait): Protect watchpoint code with appropriate | Jeff Law | 1 | -1/+12 |
1994-04-14 | * procfs.c (procfs_wait): Protect watchpoint code with appropriate | Jeff Law | 1 | -0/+6 |
1994-04-13 | * breakpoint.h (enum bptype): Add bp_hardware_watchpoint and | Jeff Law | 1 | -0/+54 |
1994-03-15 | * environ.c (set_in_environ): Eliminate special handling of PATH and | Jim Kingdon | 1 | -2/+2 |
1994-02-01 | Tue Feb 1 22:13:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1 | -3/+6 |
1994-01-22 | * fork-child.c, inferior.h (fork_inferior): New argument shell_file. | Jim Kingdon | 1 | -31/+74 |
1994-01-06 | * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes. | Jim Kingdon | 1 | -40/+25 |
1994-01-04 | * target.h: Add enum target_waitkind, enum target_signal, and | Jim Kingdon | 1 | -14/+13 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -20/+20 |
1993-10-27 | * fork-child.c (fork_inferior): Set inferior_pid before calling | Jim Kingdon | 1 | -0/+3 |
1993-10-22 | * Makefile.in (init.c): Generate using the source, not munch. This | Jim Kingdon | 1 | -17/+0 |
1993-10-17 | * procfs.c: Handle process exits more elegantly by trapping on | Stu Grossman | 1 | -6/+30 |
1993-10-17 | * procfs.c (procfs_wait): Losing Unixware can't do poll on /proc | Stu Grossman | 1 | -51/+75 |
1993-10-16 | * procfs.c (procfs_set_sproc_trap): Don't use this if sproc | Stu Grossman | 1 | -6/+9 |
1993-10-16 | * breakpoint.c (breakpoint_thread_match break_command_1): | Stu Grossman | 1 | -256/+644 |
1993-08-02 | Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com) | Stu Grossman | 1 | -14/+16 |
1993-06-22 | * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action | Jim Kingdon | 1 | -37/+51 |
1993-05-25 | * Many places: replace "the inferior" in messages with "the program" | Jim Kingdon | 1 | -1/+2 |
1993-04-20 | * irix4-nat.c (fetch_core_registers): Special version of this for | Stu Grossman | 1 | -60/+0 |
1992-11-05 | * inflow.c (pass_signal, set_sigint_trap, clear_sigint_trap): Add | Stu Grossman | 1 | -0/+7 |
1992-10-28 | include nm.h in defs.h | K. Richard Pixley | 1 | -2/+0 |
1992-10-09 | Mips native support. Decstation and iris4 have been tested. | K. Richard Pixley | 1 | -0/+2 |
1992-10-06 | NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector as | K. Richard Pixley | 1 | -6/+10 |
1992-09-26 | Make the /proc support a target-struct in its own right. | John Gilmore | 1 | -68/+261 |
1992-09-22 | Remove kill_inferior_fast, in favor of target_kill, which goes | John Gilmore | 1 | -33/+0 |
1992-09-15 | * procfs.c (proc_wait): Call print_sys_errmsg() if we get an | Stu Grossman | 1 | -0/+1 |
1992-07-05 | * buildsym.c (finish_block): Fix thinko `inner block' complaints. | John Gilmore | 1 | -21/+78 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -28/+26 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -4/+2 |
1992-06-26 | Fixup PRSVADDR problem as per Johns suggestions. | Stu Grossman | 1 | -1/+1 |
1992-06-25 | * procfs.c (child_resume): Work around Solaris (on Sparc) lossage | Stu Grossman | 1 | -1/+11 |
1992-06-24 | * Makefile.in (VERSION): Bump to 4.5.6. | Fred Fish | 1 | -2/+2 |
1992-05-17 | * inflow.c (new_tty): Temporarily ignore SIGTTOU when | Fred Fish | 1 | -1/+1 |
1992-04-22 | Remove now obsolete signame.c and signame.h; functionality is handled by | Fred Fish | 1 | -388/+33 |
1992-04-03 | Fix bug with gdb resending SIGSTOP to an attached process that was forcibly | Fred Fish | 1 | -1/+19 |
1992-04-02 | Fix bug in values.c unpacking signed characters on hosts where the default | Fred Fish | 1 | -14/+32 |
1992-04-01 | Many changes to procfs.c, mostly to expand the "info proc" command and to | Fred Fish | 1 | -96/+1860 |
1992-04-01 | Changes in procfs.c to fix bug with inferior's siginfo struct getting | Fred Fish | 1 | -17/+75 |
1992-03-31 | * procfs.c (open_proc_file): Disable inherit-on-fork flag so that | Stu Grossman | 1 | -0/+4 |
1992-03-05 | * config.sub configure.in config/.Sanitize config/mh-irix4 | Stu Grossman | 1 | -2/+31 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -3/+0 |
1992-02-22 | * Check in Fred Fish's changes in these modules. Fred | John Gilmore | 1 | -79/+107 |
1992-01-24 | Misc small fixes for problems uncovered by prototyping. | Fred Fish | 1 | -6/+7 |
1991-12-28 | Many small changes to procfs.c to add base support for a new "info proc" | Fred Fish | 1 | -41/+284 |
1991-12-16 | Numerous small changes and a complete reorganization of solib.c, to support | Fred Fish | 1 | -0/+87 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -1/+0 |
1991-11-19 | More inclusion of defs.h to before param.h, ala other source files. | Fred Fish | 1 | -1/+1 |
1991-11-12 | Minor rewording of message containing name of program that generated a | Fred Fish | 1 | -1/+62 |