[rtems-tools commit] rtems-test: Fix gdb bug.
Chris Johns
chrisj at rtems.org
Mon Apr 24 13:32:26 UTC 2017
Module: rtems-tools
Branch: master
Commit: ab57e79715963c394ff04bb15bf76aadd0003a12
Changeset: http://git.rtems.org/rtems-tools/commit/?id=ab57e79715963c394ff04bb15bf76aadd0003a12
Author: Chris Johns <chrisj at rtems.org>
Date: Tue Apr 25 09:32:18 2017 +1000
rtems-test: Fix gdb bug.
---
tester/rt/gdb.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/tester/rt/gdb.py b/tester/rt/gdb.py
index e82142e..1669693 100644
--- a/tester/rt/gdb.py
+++ b/tester/rt/gdb.py
@@ -253,8 +253,6 @@ class gdb(object):
line = self.script[self.script_line]
self.script_line += 1
self._put(line)
- else:
- self._put(line)
def gdb_parse(self, lines):
try:
More information about the vc
mailing list