summaryrefslogtreecommitdiff
path: root/gdb/i386v-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-19 04:06:47 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-19 04:06:47 +0000
commit5f1bd68891dd8e3feffa2d27f045a4705f1c1cc6 (patch)
tree44284ff70e5bc94cfa994da5ac1de57a528778ce /gdb/i386v-nat.c
parent3569346cb66b76281b8e9a095c1f455ade9f58d2 (diff)
downloadgdb-5f1bd68891dd8e3feffa2d27f045a4705f1c1cc6.tar.gz
2003-01-18 Andrew Cagney <ac131313@redhat.com>
* 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.
Diffstat (limited to 'gdb/i386v-nat.c')
-rw-r--r--gdb/i386v-nat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/i386v-nat.c b/gdb/i386v-nat.c
index a6dc505a9e1..678eabc346d 100644
--- a/gdb/i386v-nat.c
+++ b/gdb/i386v-nat.c
@@ -120,11 +120,11 @@ static int debug_control_mirror;
/* Record which address associates with which register. */
static CORE_ADDR address_lookup[DR_LASTADDR - DR_FIRSTADDR + 1];
-static int
-i386_insert_aligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int, int);
+static int i386_insert_aligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int,
+ int);
-static int
-i386_insert_nonaligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int, int);
+static int i386_insert_nonaligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int,
+ int);
/* Insert a watchpoint. */