================
@@ -86,8 +88,8 @@ class MockGDBServerResponder:
     handles any packet not recognized in the common packet handling code.
     """
 
-    registerCount = 40
-    packetLog = None
----------------
DavidSpickett wrote:

This predates you, but I wonder why we even have a class level attribute for 
this? Maybe I am misunderstanding some aspect of Python because it seems to me 
that the packet log should never be None. Empty list, sure, but not None.

https://github.com/llvm/llvm-project/pull/162176
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to