forked from qt-creator/qt-creator
		
	Added Cdb Debugger path options (including symbol server).
Made pathlisteditor use a toolbutton menu as it looks too much of a "button desert" otherwise.
This commit is contained in:
		@@ -96,13 +96,16 @@ public:
 | 
			
		||||
    virtual void reloadSourceFiles();
 | 
			
		||||
    virtual void reloadFullStack() {}
 | 
			
		||||
 | 
			
		||||
public slots:
 | 
			
		||||
    void syncDebuggerPaths();
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
    void timerEvent(QTimerEvent*);
 | 
			
		||||
 | 
			
		||||
private slots:
 | 
			
		||||
    void slotConsoleStubStarted();
 | 
			
		||||
    void slotConsoleStubError(const QString &msg);
 | 
			
		||||
    void slotConsoleStubTerminated();
 | 
			
		||||
    void slotConsoleStubTerminated();    
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    bool startAttachDebugger(qint64 pid, QString *errorMessage);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user