[llvm] ea8573a - [lldb] Add statusline to the release notes (#133281)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 28 09:16:58 PDT 2025
Author: Jonas Devlieghere
Date: 2025-03-28T09:16:55-07:00
New Revision: ea8573aca5bf5a629bfb01113d74b36efd5c2a51
URL: https://github.com/llvm/llvm-project/commit/ea8573aca5bf5a629bfb01113d74b36efd5c2a51
DIFF: https://github.com/llvm/llvm-project/commit/ea8573aca5bf5a629bfb01113d74b36efd5c2a51.diff
LOG: [lldb] Add statusline to the release notes (#133281)
Add a release note for the LLDB statusline: #121860
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index bb75aec44ef8e..a42f47cb17fb8 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -214,6 +214,10 @@ Changes to LLDB
Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
* LLDB now steps through C++ thunks. This fixes an issue where previously, it
wouldn't step into multiple inheritance virtual functions.
+* A statusline was added to command-line LLDB to show progress events and
+ information about the current state of the debugger at the bottom of the
+ terminal. This is on by default and can be configured using the
+ `show-statusline` and `statusline-format` settings.
### Changes to lldb-dap
More information about the llvm-commits
mailing list