[llvm] e0867e2 - [lldb] Add release note for "register info" command
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 03:52:05 PDT 2023
Author: David Spickett
Date: 2023-06-21T10:52:00Z
New Revision: e0867e28199d6aec938ab87dc79ebacdd0159300
URL: https://github.com/llvm/llvm-project/commit/e0867e28199d6aec938ab87dc79ebacdd0159300
DIFF: https://github.com/llvm/llvm-project/commit/e0867e28199d6aec938ab87dc79ebacdd0159300.diff
LOG: [lldb] Add release note for "register info" command
Reviewed By: jasonmolenda
Differential Revision: https://reviews.llvm.org/D152919
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 7a9c85f7e7ed4..5834b7f82a386 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -334,6 +334,11 @@ Changes to LLDB
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
More information about the llvm-commits
mailing list