Author: Jason Molenda
Date: 2019-11-22T14:13:35-08:00
New Revision: 45098b6809ebd5640a1b9578f58ade495986b9ee

URL: 
https://github.com/llvm/llvm-project/commit/45098b6809ebd5640a1b9578f58ade495986b9ee
DIFF: 
https://github.com/llvm/llvm-project/commit/45098b6809ebd5640a1b9578f58ade495986b9ee.diff

LOG: Remove extraneous log enabling.

Added: 
    

Modified: 
    
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py
 
b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py
index c9404d41924a..6a17173cba4d 100644
--- 
a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py
+++ 
b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py
@@ -72,7 +72,6 @@ def qXferRead(self, obj, annex, offset, length):
 
         self.server.responder = MyResponder()
         target = self.dbg.CreateTarget('')
-        self.runCmd("log enable gdb-remote packets")
         if self.TraceOn():
           self.runCmd("log enable gdb-remote packets")
           self.addTearDownHook(


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to