diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-03-03 20:19:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-03-03 20:19:50 +0000 |
commit | 8685c86ff08c67f4c32698954da9311a8b2acde3 (patch) | |
tree | 5e999bda36b80a2c5c7738e8dfbba3bca220b5e4 | |
parent | d3bbad62650d8da0396b2df5308271efc7fdb317 (diff) | |
download | gdb-8685c86ff08c67f4c32698954da9311a8b2acde3.zip gdb-8685c86ff08c67f4c32698954da9311a8b2acde3.tar.gz gdb-8685c86ff08c67f4c32698954da9311a8b2acde3.tar.bz2 |
Mention improvement for X86 general purpose registers.
2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
Eli Zaretskii <eliz@gnu.org>
* NEWS: Add X86 general purpose registers section.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 269f118..b78e7b0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-03-03 H.J. Lu <hongjiu.lu@intel.com> + Eli Zaretskii <eliz@gnu.org> + + * NEWS: Add X86 general purpose registers section. + 2010-03-03 Tom Tromey <tromey@redhat.com> PR mi/11098: @@ -3,6 +3,14 @@ *** Changes since GDB 7.1 +* X86 general purpose registers + + GDB now supports reading/writing byte, word and double-word x86 + general purpose registers directly. This means you can use, say, + $ah or $ax to refer, respectively, to the byte register AH and + 16-bit word register AX that are actually portions of the 32-bit + register EAX or 64-bit register RAX. + * Python scripting The GDB Python API now has access to symbols, symbol tables, and |