Skip to content

Commit

Permalink
[llvm][lldb][Docs] Add release note for register field info in lldb-s…
Browse files Browse the repository at this point in the history
…erver
  • Loading branch information
DavidSpickett committed Nov 10, 2023
1 parent 9ad25f2 commit c4e57b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,19 @@ Changes to LLDB
files. For details refer to the
`AArch64 Linux documentation <https://lldb.llvm.org/use/aarch64-linux.html>`_.

* When running on AArch64 Linux, ``lldb-server`` now provides register
field information for the following registers: ``cpsr``, ``fpcr``,
``fpsr``, ``svcr`` and ``mte_ctrl``. ::

(lldb) register read cpsr
cpsr = 0x80001000
= (N = 1, Z = 0, C = 0, V = 0, SS = 0, IL = 0, <...>

This is only available when ``lldb`` is built with XML support.
Where possible the CPU's capabilities are used to decide which
fields are present, however this is not always possible or entirely
accurate. If in doubt, refer to the numerical value.

Changes to Sanitizers
---------------------
* HWASan now defaults to detecting use-after-scope bugs.
Expand Down

0 comments on commit c4e57b1

Please sign in to comment.