[Lldb-commits] [lldb] [lldb][gdb-remote] Forward client terminal size to lldb-server (PR #201141)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 3 02:12:34 PDT 2026


DavidSpickett wrote:

> It could be done. However, I would like to have the ability to resize the window. That will require resending the same packet everytime the terminal gets resized. The current version is more future proof.

So as I understand this PR, this implements in lldb-server what the in-process debugging already does. Which is a strict improvement.

Resizing is its own rabbit hole, but part of solving that would very likely be this packet. Sounds like the limiting factor may turn out to be what Windows itself provides us.

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


More information about the lldb-commits mailing list