aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Expand)AuthorFilesLines
1994-02-01Tue Feb 1 22:13:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1-3/+6
1994-01-22 * fork-child.c, inferior.h (fork_inferior): New argument shell_file.Jim Kingdon1-31/+74
1994-01-06 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.Jim Kingdon1-40/+25
1994-01-04 * target.h: Add enum target_waitkind, enum target_signal, andJim Kingdon1-14/+13
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-20/+20
1993-10-27 * fork-child.c (fork_inferior): Set inferior_pid before callingJim Kingdon1-0/+3
1993-10-22 * Makefile.in (init.c): Generate using the source, not munch. ThisJim Kingdon1-17/+0
1993-10-17* procfs.c: Handle process exits more elegantly by trapping onStu Grossman1-6/+30
1993-10-17* procfs.c (procfs_wait): Losing Unixware can't do poll on /procStu Grossman1-51/+75
1993-10-16* procfs.c (procfs_set_sproc_trap): Don't use this if sprocStu Grossman1-6/+9
1993-10-16* breakpoint.c (breakpoint_thread_match break_command_1):Stu Grossman1-256/+644
1993-08-02Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)Stu Grossman1-14/+16
1993-06-22 * procfs.c (procfs_resume): Don't pass a SIGTSTP whose actionJim Kingdon1-37/+51
1993-05-25 * Many places: replace "the inferior" in messages with "the program"Jim Kingdon1-1/+2
1993-04-20 * irix4-nat.c (fetch_core_registers): Special version of this forStu Grossman1-60/+0
1992-11-05* inflow.c (pass_signal, set_sigint_trap, clear_sigint_trap): AddStu Grossman1-0/+7
1992-10-28include nm.h in defs.hK. Richard Pixley1-2/+0
1992-10-09Mips native support. Decstation and iris4 have been tested.K. Richard Pixley1-0/+2
1992-10-06NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector asK. Richard Pixley1-6/+10
1992-09-26Make the /proc support a target-struct in its own right.John Gilmore1-68/+261
1992-09-22Remove kill_inferior_fast, in favor of target_kill, which goesJohn Gilmore1-33/+0
1992-09-15* procfs.c (proc_wait): Call print_sys_errmsg() if we get anStu Grossman1-0/+1
1992-07-05* buildsym.c (finish_block): Fix thinko `inner block' complaints.John Gilmore1-21/+78
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-28/+26
1992-06-29 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1-4/+2
1992-06-26Fixup PRSVADDR problem as per Johns suggestions.Stu Grossman1-1/+1
1992-06-25* procfs.c (child_resume): Work around Solaris (on Sparc) lossageStu Grossman1-1/+11
1992-06-24 * Makefile.in (VERSION): Bump to 4.5.6.Fred Fish1-2/+2
1992-05-17 * inflow.c (new_tty): Temporarily ignore SIGTTOU whenFred Fish1-1/+1
1992-04-22Remove now obsolete signame.c and signame.h; functionality is handled byFred Fish1-388/+33
1992-04-03Fix bug with gdb resending SIGSTOP to an attached process that was forciblyFred Fish1-1/+19
1992-04-02Fix bug in values.c unpacking signed characters on hosts where the defaultFred Fish1-14/+32
1992-04-01Many changes to procfs.c, mostly to expand the "info proc" command and toFred Fish1-96/+1860
1992-04-01Changes in procfs.c to fix bug with inferior's siginfo struct gettingFred Fish1-17/+75
1992-03-31* procfs.c (open_proc_file): Disable inherit-on-fork flag so thatStu Grossman1-0/+4
1992-03-05* config.sub configure.in config/.Sanitize config/mh-irix4Stu Grossman1-2/+31
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-3/+0
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore1-79/+107
1992-01-24Misc small fixes for problems uncovered by prototyping.Fred Fish1-6/+7
1991-12-28Many small changes to procfs.c to add base support for a new "info proc"Fred Fish1-41/+284
1991-12-16Numerous small changes and a complete reorganization of solib.c, to supportFred Fish1-0/+87
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-1/+0
1991-11-19More inclusion of defs.h to before param.h, ala other source files.Fred Fish1-1/+1
1991-11-12Minor rewording of message containing name of program that generated aFred Fish1-1/+62
1991-10-24New files for DWARF debugging format support, ELF object file support, SVR4Fred Fish1-0/+988