This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Support x86 pseudo registers


On Tue, Mar 2, 2010 at 5:55 AM, Daniel Jacobowitz <dan@codesourcery.com> wrote:
> On Mon, Mar 01, 2010 at 09:01:52AM -0800, H.J. Lu wrote:
>> Hi,
>>
>> This patch supports 8bit, 16bit and 32bit x86 pseudo registers. OK
>> to install?
>
> IMO, this is useful enough for a NEWS entry.
>

Like this?

diff --git a/gdb/NEWS b/gdb/NEWS
index 6cec32a..b29fa6c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@

 *** Changes since GDB 7.1

+* X86 pseudo registers
+
+  GDB now supports 8bit, 16bit and 32bit x86 pseudo registers.
+
 * Python scripting

 The GDB Python API now has access to symbols, symbol tables, and



-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]