aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/target.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-03-22 23:57:10 +0000
committerPedro Alves <palves@redhat.com>2009-03-22 23:57:10 +0000
commit1b3f60162b504e5231252b748e95913671c431a1 (patch)
tree599f2d4d4cb8c9951ff502f4232fa6d33fbb9c53 /gdb/gdbserver/target.h
parenta07b2135dbda574558da179559ccc1cd335f896e (diff)
downloadgdb-1b3f60162b504e5231252b748e95913671c431a1.zip
gdb-1b3f60162b504e5231252b748e95913671c431a1.tar.gz
gdb-1b3f60162b504e5231252b748e95913671c431a1.tar.bz2
* i387-fp.c, linux-arm-low.c, linux-cris-low.c,
linux-crisv32-low.c, linux-i386-low.c, linux-low.c, linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c, linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c, regcache.c, remote-utils.c, server.c, spu-low.c, target.h, thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c, Makefile.in, configure.ac: Fix whitespace throughout. * configure: Regenerate.
Diffstat (limited to 'gdb/gdbserver/target.h')
-rw-r--r--gdb/gdbserver/target.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/gdbserver/target.h b/gdb/gdbserver/target.h
index 7851a4c..ca0135f 100644
--- a/gdb/gdbserver/target.h
+++ b/gdb/gdbserver/target.h
@@ -147,7 +147,7 @@ struct target_ops
unsigned int len);
/* Insert and remove a hardware watchpoint.
- Returns 0 on success, -1 on failure and 1 on unsupported.
+ Returns 0 on success, -1 on failure and 1 on unsupported.
The type is coded as follows:
2 = write watchpoint
3 = read watchpoint
@@ -161,7 +161,7 @@ struct target_ops
int (*stopped_by_watchpoint) (void);
- /* Returns the address associated with the watchpoint that hit, if any;
+ /* Returns the address associated with the watchpoint that hit, if any;
returns 0 otherwise. */
CORE_ADDR (*stopped_data_address) (void);
@@ -169,7 +169,7 @@ struct target_ops
/* Reports the text, data offsets of the executable. This is
needed for uclinux where the executable is relocated during load
time. */
-
+
int (*read_offsets) (CORE_ADDR *text, CORE_ADDR *data);
/* Fetch the address associated with a specific thread local storage
@@ -191,7 +191,7 @@ struct target_ops
/* Read/Write OS data using qXfer packets. */
int (*qxfer_osdata) (const char *annex, unsigned char *readbuf,
- unsigned const char *writebuf, CORE_ADDR offset,
+ unsigned const char *writebuf, CORE_ADDR offset,
int len);
/* Read/Write extra signal info. */