Lines Matching full:errors
95 Will give up permanently after 5 errors from running commands over
103 self.errors = 0
106 if self.errors >= 5:
107 …print("Too many errors when dumping data from target, assuming it is dead! Will not dump data anym…
116 self.errors = self.errors + 1
119 self.errors = self.errors + 1
126 Will stop completely if there are more than 5 errors when dumping monitor data.
133 self.errors = 0
140 if self.errors >= 5:
141 …print("Too many errors when dumping data from qemu monitor, assuming it is dead! Will not dump dat…
156 self.errors = self.errors + 1