Debugger: Replace gnuplot by python-matplotlib for graph dumper

Better functionality and availability than the gnuplot version.
The feature ("Show array-like data in external plot window")
will be automatically enabled if 'from matplotlib import pyplot'
succeeds.

Change-Id: I1799534ac5f878d3e43e47289d1b563b52bb4378
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-01-21 15:18:57 +01:00
parent 4c928f6099
commit 4ea0138423
3 changed files with 87 additions and 62 deletions

View File

@@ -1922,7 +1922,7 @@ void GdbEngine::notifyAdapterShutdownOk()
case QProcess::Running:
if (startParameters().closeMode == KillAndExitMonitorAtClose)
postCommand("monitor exit");
postCommand("-gdb-exit", GdbEngine::ExitRequest, CB(handleGdbExit));
postCommand("exitGdb", GdbEngine::ExitRequest, CB(handleGdbExit));
break;
case QProcess::NotRunning:
// Cannot find executable.