From 1aa7e42c3f5c5295f81ff94301c642642be86395 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Wed, 25 Jun 2014 14:57:42 +0100 Subject: Comment and whitespace changes This commit merges the comments and whitespace in the common parts of i386-linux-nat.c and amd64-linux-nat.c. gdb/ 2014-07-11 Gary Benson * amd64-linux-nat.c: Comment and whitespace changes. * i386-linux-nat.c: Comment and whitespace changes. --- gdb/amd64-linux-nat.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/amd64-linux-nat.c') diff --git a/gdb/amd64-linux-nat.c b/gdb/amd64-linux-nat.c index d3a09d3..42af924 100644 --- a/gdb/amd64-linux-nat.c +++ b/gdb/amd64-linux-nat.c @@ -277,8 +277,11 @@ amd64_linux_store_inferior_registers (struct target_ops *ops, } } + /* Support for debug registers. */ +/* Get debug register REGNUM value from only the one LWP of PTID. */ + static unsigned long x86_linux_dr_get (ptid_t ptid, int regnum) { -- cgit v1.1