[PATCH] D152919: [lldb] Add release note for "register info" command
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 06:51:21 PDT 2023
DavidSpickett created this revision.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152919
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -326,6 +326,11 @@
example ``register read cpsr``. They are not shown when reading a register set,
``register read -s 0``.
+* A new command ``register info`` was added. This command will tell you everything that
+ LLDB knows about a register. Based on what LLDB already knows and what the debug
+ server tells it. Including but not limited to, the size, where it is read from and
+ the fields that the register contains.
+
Changes to Sanitizers
---------------------
* For Darwin users that override weak symbols, note that the dynamic linker will
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152919.531312.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230614/bb62955a/attachment.bin>
More information about the llvm-commits
mailing list