aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Collapse)AuthorFilesLines
1992-04-03Fix bug with gdb resending SIGSTOP to an attached process that was forciblyFred Fish1-1/+19
stopped during attach, thus stopping it again.
1992-04-02Fix bug in values.c unpacking signed characters on hosts where the defaultFred Fish1-14/+32
character type is unsigned. Add some cases to the tables in procfs.c for constants defined in newer SVR4 systems and reorder the tests for ioctl support of resetting the inherit-on-fork flag to favor the latest method using PIOCRESET.
1992-04-01Many changes to procfs.c, mostly to expand the "info proc" command and toFred Fish1-96/+1860
fix a couple of small bugs. Changes to other files mostly to fix minor things pointed out by the SGI compiler. See ChangeLog for complete details.
1992-04-01Changes in procfs.c to fix bug with inferior's siginfo struct gettingFred Fish1-17/+75
needlessly stomped. Changes in elfread.c and solib.c to fix DWARF processing, broken by other recent changes.
1992-03-31* procfs.c (open_proc_file): Disable inherit-on-fork flag so thatStu Grossman1-0/+4
commands in .cshrc/.profile won't get traced.
1992-03-05* config.sub configure.in config/.Sanitize config/mh-irix4Stu Grossman1-2/+31
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-3/+0
* All GDB files that #include defs.h: Removed stdio.h. (defs.h): #include stdio.h. This has been tested by building GDBs for all targets hosted on Sun4. None of the build problems were related to stdio.h inclusion. (n.b. many configurations don't build for other reasons.)
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore1-79/+107
will make ChangeLog entries for all of them.
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
command that prints /proc specific information, changes to solib.c to allow more flexible handling of finding the dynamic linker structures, changes to utils.c and defs.h to add a new null_cleanup() function to serve as an anchor point for cleanup chains with no obvious "first cleanup".
1991-12-16Numerous small changes and a complete reorganization of solib.c, to supportFred Fish1-0/+87
SVR4 shared libraries in a manner very close to the original SunOS support. See the ChangeLog for details.
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-1/+0
* param-no-tm.h: Change users to define TM_FILE_OVERRIDE instead. * param.h, param-no-tm.h: Removed. * Update copyrights in all changed files. * dbxread.c, dwarfread.c, inflow.c, infrun.c, m2-exp.y, putenv.c, solib.c, symtab.h, tm-umax.h, valprint.c: Lint. * tm-convex.h, tm-hp300hpux.h, tm-merlin.h, tm-sparc.h, xm-merlin.h: Avoid host include files in target descriptions. * getpagesize.h: Removed, libiberty copes now.
1991-11-19More inclusion of defs.h to before param.h, ala other source files.Fred Fish1-1/+1
This is required to supply some typedefs used in files included via param.h.
1991-11-12Minor rewording of message containing name of program that generated aFred Fish1-1/+62
core file (core.c), permanently remove the register_addr() stub (elfread.c), move a misplaced #endif (procfs.c), and add fetch_core_registers func for core file support (procfs.c).
1991-10-24New files for DWARF debugging format support, ELF object file support, SVR4Fred Fish1-0/+988
/proc (process file system) support, Amiga UNIX target and host defines, SVR4 target and host defines, and m68k hosts defines.