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