Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 1 | -14/+18 | |
2001-05-06 | Consolidate save_inferior_ptid/restore_inferior_ptid implementation to | Kevin Buettner | 1 | -48/+0 | |
one source file. | |||||
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -116/+121 | |
2001-03-20 | Move realoc() decl to utils.c. s/realloc()/xrealloc()/. | Andrew Cagney | 1 | -2/+2 | |
2001-03-15 | Add ``attrib'' parameter to *xfer_memory() functions. | Andrew Cagney | 1 | -1/+2 | |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 | |
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -1/+2 | |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -1/+1 | |
2000-09-13 | Protoization. | Kevin Buettner | 1 | -13/+5 | |
2000-09-03 | * gdb_proc_service.h: Add copyright notice. | Mark Kettenis | 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. | |||||
2000-07-30 | Protoization. | Kevin Buettner | 1 | -63/+28 | |
2000-05-26 | 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 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-14 | 2000-04-13 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 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. | |||||
2000-03-24 | Don't do compile time comparison of TARGET_PTR_BIT and TARGET_INT_BIT. | Kevin Buettner | 1 | -11/+9 | |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -10/+1 | |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -0/+2140 | |