[Lldb-commits] [lldb] [lldb] Add type hints to gdbclientutils.py (PR #162172)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 7 02:20:58 PDT 2025
================
@@ -242,7 +245,7 @@ def qProcessInfo(self):
def qHostInfo(self):
return "ptrsize:8;endian:little;"
- def qEcho(self):
+ def qEcho(self, _: int):
----------------
DavidSpickett wrote:
I don't know what this means. Does someone call this with an extra parameter?
https://github.com/llvm/llvm-project/pull/162172
More information about the lldb-commits
mailing list