[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:42:53 PDT 2026
================
@@ -1181,6 +1181,30 @@ These packets must be sent _prior_ to sending a "A" packet.
a target after making a connection to a GDB server that isn't already connected to
an inferior process.
+## QSetSTDIOWindowSize:cols=\<N\>;rows=\<N\>
+
+Set the terminal window size for the inferior's stdio pseudo-terminal prior to
+sending an "A" packet.
----------------
DavidSpickett wrote:
"sending a [whatever the long name of that packet is] ("A")"
https://github.com/llvm/llvm-project/pull/201141
More information about the lldb-commits
mailing list