Skip to content

Commit ddd17ca

Browse files
committed
Remove commented code
1 parent 8436977 commit ddd17ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ def vRun(self, packet):
398398
def A(self, packet):
399399
return "E28"
400400

401-
#self.runCmd("log enable -f /tmp/lldb.log gdb-remote all")
402-
#self.runCmd("settings set plugin.process.gdb-remote.packet-timeout 1")
403401
self.server.responder = MyResponder()
404402

405403
target = self.createTarget("a.yaml")

0 commit comments

Comments
 (0)