[Lldb-commits] [lldb] [lldb] Add type hints to gdbclientutils.py and use abstract base class (PR #162172)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 8 04:12:28 PDT 2025
================
@@ -374,15 +378,17 @@ class UnexpectedPacketException(Exception):
pass
-class ServerChannel:
+class ServerChannel(ABC):
----------------
DavidSpickett wrote:
Thanks, good to know.
https://github.com/llvm/llvm-project/pull/162172
More information about the lldb-commits
mailing list