summaryrefslogtreecommitdiff
path: root/gdb/lin-thread.c
Commit message (Collapse)AuthorAgeFilesLines
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-1/+2
|
* Replace free() with xfree().Kevin Buettner2000-12-151-1/+1
|
* Protoization.Kevin Buettner2000-09-131-13/+5
|
* * gdb_proc_service.h: Add copyright notice.Mark Kettenis2000-09-031-18/+0
| | | | | | | | | | | | | 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.
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-63/+28
|
* 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>gdb-pre-params-removal-2000-05-28Michael Snyder2000-05-261-0/+3
| | | | | | | | | | | | | | | | * gregset.h: New file. Typedefs for gdb_gregset_t and gdb_fpregset_t, prototypes for supply_gregset and friends. * procfs.c: Include gregset.h. Delete local prototypes for supply_gregset etc., and local typedef gdb_gregset_t etc. * sol-thread.c: Include gregset.h, delete local prototypes, add appropriate casts to gdb_gregset_t. * uw-thread.c, lin-thread.c, core-sol2.c, core-regset.c, sparc-tdep.c, ptx4-nat.c, ppc-linux-nat.c, mipsv4-nat.c, m88k-nat.c, m68klinux-nat.c, m68k-tdep.c, irix5-nat.c, irix4-nat.c, ia64-linux-nat.c, i386v4-nat.c, cxux-nat.c, arm-linux-nat.c, alpha-nat.c: Include gregset.h. * config/nm-linux.h: Define GDB_GREGSET_T, GDB_FPREGET_T. * config/sparc/tm-sun4sol2.h: Ditto.
* 2000-04-13 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-04-141-6/+16
| | | | | | | | | | | | | | | | * acconfig.h (HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T, HAVE_LWPID_T, HAVE_PSADDR_T): Add them here instead of in config.in. * acconfig.h (PRFPREGSET_T_BROKEN): New define. * configure.in: Add check for broken prfpregset_t type. * lin-thread.c (gdb_prfpregset): New typedef, depends on definition of PRFPREGSET_T_BROKEN. (ps_lgetfpregs, ps_lsetfpregs, p_td_thr_getfpregs, p_td_thr_setfpregs, thread_db_fetch_registers, thread_db_store_registers): Use gdb_prfpregset_t instead of prfpregset_t. * config.in: Regenerated. * configure: Regenerated.
* Don't do compile time comparison of TARGET_PTR_BIT and TARGET_INT_BIT.Kevin Buettner2000-03-241-11/+9
|
* Replace ../include/wait.h with gdb_wait.h.Andrew Cagney2000-02-091-10/+1
|
* Initial revisionJason Molenda1999-12-221-0/+2140