aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Collapse)AuthorFilesLines
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.