forked from qt-creator/qt-creator
		
	Debugging on Android
This implements the host side of https://codereview.qt-project.org/#change,50290 Change-Id: I13c7df29534a2a85202c2b295b139896443b0120 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
		@@ -53,7 +53,8 @@ public:
 | 
			
		||||
        Debugger::DebuggerRunControl *runControl);
 | 
			
		||||
 | 
			
		||||
private slots:
 | 
			
		||||
    void handleRemoteProcessStarted(int gdbServerPort = -1, int qmlPort = -1);
 | 
			
		||||
    void handleRemoteServerRunning(const QByteArray &serverChannel, int pid);
 | 
			
		||||
    void handleRemoteProcessStarted(int gdbServerPort, int qmlPort);
 | 
			
		||||
    void handleRemoteProcessFinished(const QString &errorMsg);
 | 
			
		||||
 | 
			
		||||
    void handleRemoteOutput(const QByteArray &output);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user