Skip to content

Commit 08888d0

Browse files
committed
[llvm][Docs] Add release note for lldb's support for register enums
1 parent e8c9414 commit 08888d0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,17 @@ Changes to LLDB
379379
* Register field information is now provided on AArch64 FreeBSD for live
380380
processes and core files (previously only provided on AArch64 Linux).
381381

382+
* Register field information can now include enums to represent field
383+
values. Enums have been added for ``fpcr.RMode`` and ``mte_ctrl.TCF``
384+
for AArch64 targets::
385+
386+
(lldb) register read fpcr
387+
fpcr = 0x00000000
388+
= (AHP = 0, DN = 0, FZ = 0, RMode = RN, <...>)
389+
390+
If you need to know the values of the enum, these can be found in
391+
the output of ``register info`` for the same register.
392+
382393
Changes to BOLT
383394
---------------------------------
384395
* Now supports ``--match-profile-with-function-hash`` to match profiled and

0 commit comments

Comments
 (0)