forked from qt-creator/qt-creator
		
	Debugger: Header cleanup
This commit is contained in:
		@@ -34,6 +34,7 @@
 | 
			
		||||
#include "gdbengine.h"
 | 
			
		||||
#include "gdbmi.h"
 | 
			
		||||
 | 
			
		||||
#include "debuggerstartparameters.h"
 | 
			
		||||
#include "abstractgdbadapter.h"
 | 
			
		||||
#include "debuggeractions.h"
 | 
			
		||||
#include "debuggercore.h"
 | 
			
		||||
@@ -179,8 +180,7 @@ void GdbEngine::runDebuggingHelperClassic(const WatchData &data0, bool dumpChild
 | 
			
		||||
    QByteArray params;
 | 
			
		||||
    QList<QByteArray> extraArgs;
 | 
			
		||||
    const QtDumperHelper::TypeData td = m_dumperHelper.typeData(data0.type);
 | 
			
		||||
    m_dumperHelper.evaluationParameters(data, td, QtDumperHelper::GdbDebugger,
 | 
			
		||||
        ¶ms, &extraArgs);
 | 
			
		||||
    m_dumperHelper.evaluationParameters(data, td, ¶ms, &extraArgs);
 | 
			
		||||
 | 
			
		||||
    //int protocol = (data.iname.startsWith("watch") && data.type == "QImage") ? 3 : 2;
 | 
			
		||||
    //int protocol = data.iname.startsWith("watch") ? 3 : 2;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user