[Lldb-commits] [lldb] [lldb] Real-time console pane for output in lldb tui (PR #177160)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 7 03:16:34 PDT 2026


DavidSpickett wrote:

Might get me to use the TUI for once :) I always missed this feature from GDB's TUI mode.

This is a cool feature and cool features need release notes. Please add one to the first section of https://github.com/llvm/llvm-project/blob/main/llvm/docs/ReleaseNotes.md#changes-to-lldb (by adding the changes to this PR I mean).

Perhaps:
> The TUI mode (enabled with the `gui` command) now has a real-time console output pane.

But feel free to change that and mention anything else you think would be interesting about it for a person reading the release notes. I think mentioning the `gui` command is good because folks may have forgotten that it exists.

https://github.com/llvm/llvm-project/pull/177160


More information about the lldb-commits mailing list