diff options
author | Gary Benson <gbenson@redhat.com> | 2014-06-17 11:32:26 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-06-18 10:15:08 +0100 |
commit | 6e62758f0249b3b8e4f2f82af6074eed44246cb5 (patch) | |
tree | 46844dad47c39f139e14005b199cbecd480232fd /gdb/gdbserver/i386-low.h | |
parent | 51c79e94b2a4572cd983e47089f6b7beea7c5ea9 (diff) | |
download | gdb-6e62758f0249b3b8e4f2f82af6074eed44246cb5.zip gdb-6e62758f0249b3b8e4f2f82af6074eed44246cb5.tar.gz gdb-6e62758f0249b3b8e4f2f82af6074eed44246cb5.tar.bz2 |
Comment changes
This commit fixes various comment differences between
i386-nat.[ch] and i386-low.[ch].
gdb/
2014-06-18 Gary Benson <gbenson@redhat.com>
* i386-nat.c: Comment changes.
gdb/gdbserver/
2014-06-18 Gary Benson <gbenson@redhat.com>
* i386-low.h: Comment changes.
* i386-low.c: Likewise.
Diffstat (limited to 'gdb/gdbserver/i386-low.h')
-rw-r--r-- | gdb/gdbserver/i386-low.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/i386-low.h b/gdb/gdbserver/i386-low.h index 8d8e73f..681ade0 100644 --- a/gdb/gdbserver/i386-low.h +++ b/gdb/gdbserver/i386-low.h @@ -32,9 +32,9 @@ /* Debug registers' indices. */ #define DR_FIRSTADDR 0 #define DR_LASTADDR 3 -#define DR_NADDR 4 /* The number of debug address registers. */ -#define DR_STATUS 6 -#define DR_CONTROL 7 +#define DR_NADDR 4 /* The number of debug address registers. */ +#define DR_STATUS 6 /* Index of debug status register (DR6). */ +#define DR_CONTROL 7 /* Index of debug control register (DR7). */ /* Global state needed to track h/w watchpoints. */ |