debugger: make parsing of cli-style commands in python more robust

This commit is contained in:
hjk
2010-07-15 11:37:06 +02:00
parent d747efed52
commit 9f8b5af3b2
4 changed files with 43 additions and 29 deletions

View File

@@ -4140,7 +4140,7 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &gdb, const QStr
postCommand("python execfile('" + dumperSourcePath + "gdbmacros.py')",
ConsoleCommand|NonCriticalResponse);
postCommand("bbsetup",
ConsoleCommand,CB(handleHasPython));
ConsoleCommand, CB(handleHasPython));
return true;
}