Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-19 | * i386gnu-nat.c: Include "i386-tdep.h". | Mark Kettenis | 1 | -3/+3 | |
(fetch_fpregs): Simplify code dealing with uninitialized floating point states such that it doesn't require FP7_REGNUM. | |||||
2001-07-22 | * i386gnu-nat.c: Include "i387-nat.h". | Mark Kettenis | 1 | -95/+23 | |
(struct env387): Removed. (reg_offset): Fix comment. (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to use i387_supply_fsave. (gnu_fetch_registers): Remove spurious whitespace. (convert_to_env387): Remove. (store_fpregs): Add argument regno. Use i387_fill_fsave instead of convert_to_env387. (gnu_store_registers): Remove spurious whitespace. Pass REGNO to store_fpregs. * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o. * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o. (NATDEPFILES): Add i387-nat.o. | |||||
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -4/+4 | |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -2/+2 | |
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -1/+3 | |
2000-12-17 | * i386gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>. | Andrew Cagney | 1 | -2/+2 | |
(gnu_store_registers): Replace assert with gdb_assert. | |||||
2000-03-11 | 2000-03-11 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -1/+10 | |
* i386gnu-nat.c (gnu_store_registers): Make sure the T bit in the %eflags isn't modified. This fixes a bug where every call to a function in the program beyond the first call would fail. | |||||
2000-02-01 | import gdb-2000-01-31 snapshot | Jason Molenda | 1 | -269/+233 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -80/+91 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+357 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -357/+0 | |
1998-12-10 | CARP: | Andrew Cagney | 1 | -6/+6 | |
More replace reg_name[] with REGISTER_NAME(). | |||||
1996-07-17 | Changes from the FSF for Hurd thread support. | Stu Grossman | 1 | -6/+15 | |
1996-04-08 | From: Miles Bader <miles@gnu.ai.mit.edu> | Fred Fish | 1 | -0/+348 | |
* gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c, msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk, config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h, m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd. |