Index: tests/gdb/gdb_test.py |
=================================================================== |
--- tests/gdb/gdb_test.py (revision 10601) |
+++ tests/gdb/gdb_test.py (working copy) |
@@ -179,6 +179,7 @@ |
def __init__(self, options, name): |
self._options = options |
self._name = name |
+ print options.gdb |
Mark Seaborn
2013/01/15 17:13:20
I don't think you meant to leave this here. Pleas
halyavin
2013/01/15 18:32:42
Done. I forgot to clear working copy before making
|
args = [options.gdb, '--interpreter=mi'] |
self._log = sys.stderr |
self._gdb = subprocess.Popen(args, |