[Lldb-commits] [lldb] [lldb] Add type hints to gdbclientutils.py and use abstract base class (PR #162172)
    Daniel Sanders via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Oct  7 15:59:44 PDT 2025
    
    
  
================
@@ -374,15 +378,17 @@ class UnexpectedPacketException(Exception):
         pass
 
 
-class ServerChannel:
+class ServerChannel(ABC):
----------------
dsandersllvm wrote:
Done and just to confirm abc was in python 3.4 so it's not part of the 3.8/3.9 issue
https://github.com/llvm/llvm-project/pull/162172
    
    
More information about the lldb-commits
mailing list