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

(cherry picked from commit cfe771cc37)
This commit is contained in:
hjk
2010-04-16 11:47:09 +02:00
committed by con
parent 04ce34886f
commit f39130b56d

View File

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