[llvm] [lldb] Add statusline to the release notes (PR #133281)

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 10:22:19 PDT 2025


https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/133281

Add a release note for the statusline: #121860

>From 2be56328798c736e96630b0bb738f4c583f3c627 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Thu, 27 Mar 2025 10:21:17 -0700
Subject: [PATCH] [lldb] Add statusline to the release notes

Add a release note for the statusline: #121860
---
 llvm/docs/ReleaseNotes.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index bb75aec44ef8e..b35c42a55443e 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -214,6 +214,9 @@ 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
+  screen.
 
 ### Changes to lldb-dap
 



More information about the llvm-commits mailing list