[Lldb-commits] [lldb] [lldb] Add bidirectional packetLog to gdbclientutils.py (PR #162176)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 8 03:48:55 PDT 2025


================
@@ -374,15 +378,17 @@ class UnexpectedPacketException(Exception):
         pass
 
 
-class ServerChannel:
+class ServerChannel(ABC):
     """
     A wrapper class for TCP or pty-based server.
     """
 
-    def get_connect_address(self):
+    @abstractmethod
----------------
DavidSpickett wrote:

Good idea, but separate PR please.

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


More information about the lldb-commits mailing list