summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/regcache.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-01-06 00:14:09 +0000
committerMichael Snyder <msnyder@specifix.com>2011-01-06 00:14:09 +0000
commit1be0d6417699867915c0b0efc15174baf1623863 (patch)
treeaf6ebff42e8722555bf3e46b41925c1667f8b9de /gdb/gdbserver/regcache.h
parente22c5a3e2b53ba419113970be49407a4098e7ce9 (diff)
downloadgdb-1be0d6417699867915c0b0efc15174baf1623863.tar.gz
2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
* gdbreplay.c: Shorten lines of >= 80 columns. * linux-low.c: Ditto. * linux-ppc-low.c: Ditto. * linux-s390-low.c: Ditto. * linux-sparc-low.c: Ditto. * linux-x86-low.c: Ditto. * linux-xtensa-low.c: Ditto. * mem-break.c: Ditto. * nto-low.c: Ditto. * regcache.h: Ditto. * remote-utils.c: Ditto. * server.c: Ditto. * server.h: Ditto. * thread-db.c: Ditto. * tracepoint.c: Ditto. * utils.c: Ditto. * win32-low.h: Ditto.
Diffstat (limited to 'gdb/gdbserver/regcache.h')
-rw-r--r--gdb/gdbserver/regcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbserver/regcache.h b/gdb/gdbserver/regcache.h
index 14619759427..df3b2615bc5 100644
--- a/gdb/gdbserver/regcache.h
+++ b/gdb/gdbserver/regcache.h
@@ -93,6 +93,7 @@ void collect_register (struct regcache *regcache, int n, void *buf);
void collect_register_as_string (struct regcache *regcache, int n, char *buf);
-void collect_register_by_name (struct regcache *regcache, const char *name, void *buf);
+void collect_register_by_name (struct regcache *regcache,
+ const char *name, void *buf);
#endif /* REGCACHE_H */