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.
This commit is contained in:
H.J. Lu 2010-03-03 20:19:50 +00:00
parent d3bbad6265
commit 8685c86ff0
2 changed files with 13 additions and 0 deletions

View File

@ -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:

View File

@ -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