debugger: fix for "Can not step into functions on Symbian" QTCREATORBUG-1185

This commit is contained in:
hjk
2010-04-16 11:47:09 +02:00
parent 6c492dac4d
commit cfe771cc37

View File

@@ -124,7 +124,7 @@ def parseAndEvaluate(exp):
def catchCliOutput(command): def catchCliOutput(command):
file, filename = createTempFile() filename, file = createTempFile()
gdb.execute("set logging off") gdb.execute("set logging off")
gdb.execute("set logging redirect off") gdb.execute("set logging redirect off")
gdb.execute("set logging file %s" % filename) gdb.execute("set logging file %s" % filename)