[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


================
@@ -374,15 +378,17 @@ class UnexpectedPacketException(Exception):
         pass
 
 
-class ServerChannel:
+class ServerChannel(ABC):
----------------
DavidSpickett wrote:

This is not "adding type hints".

"Change the title to "Add type hints and use abstract base class in"

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


More information about the lldb-commits mailing list