forked from qt-creator/qt-creator
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user