Skip to content

Commit c4e57b1

Browse files
committed
[llvm][lldb][Docs] Add release note for register field info in lldb-server
1 parent 9ad25f2 commit c4e57b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,19 @@ Changes to LLDB
241241
files. For details refer to the
242242
`AArch64 Linux documentation <https://lldb.llvm.org/use/aarch64-linux.html>`_.
243243

244+
* When running on AArch64 Linux, ``lldb-server`` now provides register
245+
field information for the following registers: ``cpsr``, ``fpcr``,
246+
``fpsr``, ``svcr`` and ``mte_ctrl``. ::
247+
248+
(lldb) register read cpsr
249+
cpsr = 0x80001000
250+
= (N = 1, Z = 0, C = 0, V = 0, SS = 0, IL = 0, <...>
251+
252+
This is only available when ``lldb`` is built with XML support.
253+
Where possible the CPU's capabilities are used to decide which
254+
fields are present, however this is not always possible or entirely
255+
accurate. If in doubt, refer to the numerical value.
256+
244257
Changes to Sanitizers
245258
---------------------
246259
* HWASan now defaults to detecting use-after-scope bugs.

0 commit comments

Comments
 (0)