aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_proc_service.h
AgeCommit message (Collapse)AuthorFilesLines
2000-09-03* gdb_proc_service.h: Add copyright notice.Mark Kettenis1-17/+70
Protect against multiple inclusion. Add fix for broken prfpregset_t here. (struct ps_prochandle): Declare here. [HAVE_PROC_SERVICE_H]: Include <proc_service.h>. [!HAVE_PROC_SERVICE_H]: Include "gregset.h", define prgregset_t and prfpregset_t in terms of gdb_gregset_t and gdb_fpregset_t if necessary. * lin-thread.c: Unconditionally include "gdb_proc_service.h". Remove fix for broken prfpregset_t here. (struct ps_prochandle): Don't declare here.
2000-02-162000-02-09 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-2/+11
* configure.in: Check for lwpid_t, psaddr_t, prgregset_t and prfpregset_t in <sys/procfs.h>. * config.in: Add HAVE_LWPID_T, HAVE_PSADDR_T, HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T. * gdb_proc_service.h: Only provide typedefs for lwpid_t, psaddr_t, prgregset_t and prfpregset_t if they are not already present.
1999-12-22import gdb-1999-12-21 snapshotJason Molenda1-0/+24