Message ID | 1401898871-2270-2-git-send-email-omair.javaid@linaro.org |
---|---|
State | New |
Headers | show |
> From: Omair Javaid <omair.javaid@linaro.org> > Cc: Omair Javaid <omair.javaid@linaro.org> > Date: Wed, 4 Jun 2014 21:21:05 +0500 > > *** Changes since GDB 7.7 > > +* Support for process record-replay and reverse debugging on aarch64*-linux* > + targets has been added. GDB now supports recording of A64 instruction set > + including advance simd instructions. OK, but please spell "SIMD" in all caps.
Omair Javaid <omair.javaid@linaro.org> writes: > +* Support for process record-replay and reverse debugging on aarch64*-linux* > + targets has been added. GDB now supports recording of A64 instruction set ^^^ s/A64/AArch64/? > + including advance simd instructions.
On 30 August 2014 03:36, Yao Qi <yao@codesourcery.com> wrote: > Omair Javaid <omair.javaid@linaro.org> writes: > >> +* Support for process record-replay and reverse debugging on aarch64*-linux* >> + targets has been added. GDB now supports recording of A64 instruction set > ^^^ > s/A64/AArch64/? > A64 is the name of the instruction set currently defined within the AArch64 execution state. Therefore, in this context, I think the use of A64 is appropriate. /Marcus
Marcus Shawcroft <marcus.shawcroft@gmail.com> writes: > A64 is the name of the instruction set currently defined within the > AArch64 execution state. Therefore, in this context, I think the use > of A64 is appropriate. OK, I have no question then.
diff --git a/gdb/NEWS b/gdb/NEWS index 1397e8b..55d3df7 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,10 @@ *** Changes since GDB 7.7 +* Support for process record-replay and reverse debugging on aarch64*-linux* + targets has been added. GDB now supports recording of A64 instruction set + including advance simd instructions. + * New command line options -D data-directory