File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed
Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ 2018-08-21 Alan Hayward <alan.hayward@arm.com>
2+
3+ * NEWS: Add SVE to 8.2 section.
4+
152018-08-16 Tom Tromey <tom@tromey.com>
26
37 * top.c (read_command_file): Update.
Original file line number Diff line number Diff line change 3434* C expressions can now use _Alignof, and C++ expressions can now use
3535 alignof.
3636
37+ * Support for SVE on AArch64 Linux. Note that GDB does not detect changes to
38+ the vector length while the process is running.
39+
3740* New commands
3841
3942set debug fbsd-nat
Original file line number Diff line number Diff line change 1+ 2018-08-21 Alan Hayward <alan.hayward@arm.com>
2+
3+ * gdb.texinfo (AArch64 SVE): New subsubsection.
4+
152018-07-02 Maciej W. Rozycki <macro@mips.com>
26
37 PR tdep/8282
Original file line number Diff line number Diff line change @@ -23190,6 +23190,22 @@ Show whether AArch64 debugging messages are displayed.
2319023190
2319123191@end table
2319223192
23193+ @subsubsection AArch64 SVE.
23194+ @cindex AArch64 SVE.
23195+
23196+ When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
23197+ Extension (SVE) is present, then @value{GDBN} will provide the vector registers
23198+ @code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
23199+ @code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
23200+ @code{$vg} will be provided. This is the vector granule for the current thread
23201+ and represents the number of 64-bit chunks in an SVE @code{z} register.
23202+
23203+ If the vector length changes, then the @code{$vg} register will be updated,
23204+ but the lengths of the @code{z} and @code{p} registers will not change. This
23205+ is a known limitation of @value{GDBN} and does not affect the execution of the
23206+ target process.
23207+
23208+
2319323209@node i386
2319423210@subsection x86 Architecture-specific Issues
2319523211
You can’t perform that action at this time.
0 commit comments