Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -1/+2 |
| | |||||
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | Protoization. | Kevin Buettner | 2000-09-13 | 1 | -13/+5 |
| | |||||
* | * gdb_proc_service.h: Add copyright notice. | Mark Kettenis | 2000-09-03 | 1 | -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-29 | Kevin Buettner | 2000-07-30 | 1 | -63/+28 |
| | |||||
* | 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>gdb-pre-params-removal-2000-05-28 | Michael Snyder | 2000-05-26 | 1 | -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 Kettenis | 2000-04-14 | 1 | -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 Buettner | 2000-03-24 | 1 | -11/+9 |
| | |||||
* | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 2000-02-09 | 1 | -10/+1 |
| | |||||
* | Initial revision | Jason Molenda | 1999-12-22 | 1 | -0/+2140 |