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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
