From 1b3f60162b504e5231252b748e95913671c431a1 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sun, 22 Mar 2009 23:57:10 +0000 Subject: * 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. --- gdb/gdbserver/linux-x86-64-low.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gdb/gdbserver/linux-x86-64-low.c') diff --git a/gdb/gdbserver/linux-x86-64-low.c b/gdb/gdbserver/linux-x86-64-low.c index b8213f5..e61daff 100644 --- a/gdb/gdbserver/linux-x86-64-low.c +++ b/gdb/gdbserver/linux-x86-64-low.c @@ -50,7 +50,7 @@ static int x86_64_regmap[] = { RSI * 8, RDI * 8, RBP * 8, RSP * 8, R8 * 8, R9 * 8, R10 * 8, R11 * 8, R12 * 8, R13 * 8, R14 * 8, R15 * 8, - RIP * 8, EFLAGS * 8, CS * 8, SS * 8, + RIP * 8, EFLAGS * 8, CS * 8, SS * 8, DS * 8, ES * 8, FS * 8, GS * 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, @@ -65,7 +65,7 @@ static int x86_64_regmap[] = { ps_err_e ps_get_thread_area (const struct ps_prochandle *ph, - lwpid_t lwpid, int idx, void **base) + lwpid_t lwpid, int idx, void **base) { switch (idx) { @@ -127,7 +127,7 @@ struct regset_info target_regsets[] = { static const unsigned char x86_64_breakpoint[] = { 0xCC }; #define x86_64_breakpoint_len 1 - + extern int debug_threads; static CORE_ADDR @@ -170,9 +170,9 @@ struct linux_target_ops the_low_target = { NULL, x86_64_get_pc, x86_64_set_pc, - x86_64_breakpoint, + x86_64_breakpoint, x86_64_breakpoint_len, - NULL, + NULL, 1, x86_64_breakpoint_at, NULL, -- cgit v1.1