forked from qt-creator/qt-creator
debugger: fix for "Can not step into functions on Symbian" QTCREATORBUG-1185
(cherry picked from commit cfe771cc37
)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user