We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abe47c commit ea8573aCopy full SHA for ea8573a
llvm/docs/ReleaseNotes.md
@@ -214,6 +214,10 @@ Changes to LLDB
214
Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
215
* LLDB now steps through C++ thunks. This fixes an issue where previously, it
216
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.
221
222
### Changes to lldb-dap
223
0 commit comments