Skip to content

Commit ea8573a

Browse files
authored
[lldb] Add statusline to the release notes (#133281)
Add a release note for the LLDB statusline: #121860
1 parent 4abe47c commit ea8573a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ Changes to LLDB
214214
Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
215215
* LLDB now steps through C++ thunks. This fixes an issue where previously, it
216216
wouldn't step into multiple inheritance virtual functions.
217+
* A statusline was added to command-line LLDB to show progress events and
218+
information about the current state of the debugger at the bottom of the
219+
terminal. This is on by default and can be configured using the
220+
`show-statusline` and `statusline-format` settings.
217221

218222
### Changes to lldb-dap
219223

0 commit comments

Comments
 (0)