[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 21 03:52:06 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe0867e28199d: [lldb] Add release note for "register info" command (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152919/new/
https://reviews.llvm.org/D152919
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -334,6 +334,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.533209.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/0aa56f27/attachment.bin>
More information about the llvm-commits
mailing list