[llvm] df8fd03 - [lldb] Add release note for `frame variable` repeat (NFC) (#194723)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 14:03:55 PDT 2026


Author: Dave Lee
Date: 2026-04-28T14:03:49-07:00
New Revision: df8fd039489f8c6e2d9dc7bbfa61aacf0e03fddc

URL: https://github.com/llvm/llvm-project/commit/df8fd039489f8c6e2d9dc7bbfa61aacf0e03fddc
DIFF: https://github.com/llvm/llvm-project/commit/df8fd039489f8c6e2d9dc7bbfa61aacf0e03fddc.diff

LOG: [lldb] Add release note for `frame variable` repeat (NFC) (#194723)

Follow up to #194195

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 5f9d6b93bf7d4..96b48b53dabec 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -257,6 +257,8 @@ Changes to LLDB
 * A new ``webinspector-wasm`` platform was added to list and attach to WebAssembly processes in Safari.
 * The default for `load-script-from-symbol-file` was changed from `warn` to `trusted`. This means that scripts from
   code signed dSYM bundles are now loaded automatically, while untrusted bundles continue to produce a warning.
+* Pressing enter after `frame variable` repeats the command with an incremented `--depth` option, allowing quick
+  expansion of nested data.
 
 ### Deprecated APIs
 


        


More information about the llvm-commits mailing list