summaryrefslogtreecommitdiff
path: root/gdb/i386v-nat.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-09-07 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-09-071-4/+0
| | | | | | | | | | | | | | | | | * vx-share/wait.h: Delete #ifdef USG. * utils.c (request_quit): Ditto. * tui/tui.c (tui_reset): Ditto. * remote.c: Ditto. * remote-sds.c: Ditto. * remote-rdi.c: Ditto. * mdebugread.c: Ditto. * m68klinux-nat.c: Ditto. * infttrace.c: Ditto. * infptrace.c: Ditto. * i386v-nat.c: Ditto. * exec.c: Ditto. * dbxread.c: Ditto. * core-aout.c: Ditto.
* 2003-01-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-191-4/+4
| | | | | | | | | | * cris-tdep.c: Fix function declaration indentation. * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto. * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto. * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto. * symfile.h, symtab.h, target.c, target.h, value.h: Ditto. * xcoffread.c, config/pa/tm-hppa.h: Ditto. * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
* 2002-11-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update all callers. (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P. (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P. (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P. (i386_mxcsr_regnum_p): new function. Use instead of MXCSR_REGNUM_P. * i386-tdep.h (SSE_REGNUM_P): Delete macro. (i386_sse_regnum_p): Declare. (i386_mxcsr_regnum_p): Declare. (FP_REGNUM_P, FPC_REGNUM_P): Delete macros. (i386_fp_regnum_p, i386_fpc_regnum_p): Declare. (IS_FP_REGNUM): Update definition. (IS_FPU_CTRL_REGNUM): Update definition.. (IS_SSE_REGNUM): Update definition.. * i386v-nat.c (register_u_addr): Update. * go32-nat.c (fetch_register): Update. (store_register): Update.
* * i386v-nat.c: Include "i386-tdep.h".Mark Kettenis2002-10-251-0/+2
|
* * config/i386/nm-i386v.h: Add protection againstMark Kettenis2002-08-181-22/+19
| | | | | | | | | | | multiple-inclusion. (i386_register_u_addr): Remove prototype. (register_u_addr): New prototype. (REGISTER_U_ADDR): Redefine accordingly. * i386v-nat.c: Improve several comments. (i386_register_u_addr): Change signature and rename to register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of ubase variable.
* * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,Mark Kettenis2002-06-151-11/+0
| | | | | and associated comment. They no longer make any sense, since we don't use this file anymore on Linux.
* s/Linux/.../Andrew Cagney2002-02-241-8/+8
| | | | Fix PR gdb/378.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-27/+9
|
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-4/+2
|
* For real this time.Jim Blandy2000-04-191-7/+6
| | | | | | * i386v-nat.c (i386_insert_nonaligned_watchpoint): Use a two-dimensional array, instead of faking it with explicit index arithmetic.
* I figured out what was going on.Jim Blandy2000-04-191-120/+37
| | | | | | | | | | | | | | | Since nobody had made any changes to i386v-nat.c on sourceware since the repository was started, we were still getting the version from the vendor branch. (If you don't understand how the vendor branch works, treasure your innocence.) I naively assumed that, to see what changes had been introduced in version 1.2, one should diff it with 1.1, as they say in TV Guide, "with hilarious results". This change simply restores i386v-nat.c to what it used to be before I started bungling around. The text of this revision should be identical to that of revision 1.1.1.3, which was the former head of the trunk. (Yes, 1.1.1.3 was the head of the trunk. As I said, treasure your innocence.)
* My last commit introduced a bunch of mysterious whitespace changes; IJim Blandy2000-04-191-42/+126
| | | | | don't know where they came from. They weren't intentional, so this change reverts them.
* * i386v-nat.c (i386_insert_nonaligned_watchpoint): Use aJim Blandy2000-04-191-7/+6
| | | | | two-dimensional array, instead of faking it with explicit index arithmetic.
* import gdb-1999-12-07 snapshotJason Molenda1999-12-081-85/+0
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-60/+62
|
* Initial revisionStan Shebs1999-04-161-0/+392