forked from qt-creator/qt-creator
		
	Revive TCF agent
This mainly reverts commit ba47987e67.
Conflicts:
	src/plugins/debugger/debugger.pro
	src/plugins/debugger/debuggermanager.cpp
	src/plugins/debugger/debuggermanager.h
	src/plugins/debugger/debuggerplugin.cpp
	src/plugins/debugger/debuggerplugin.h
			
			
This commit is contained in:
		@@ -112,6 +112,7 @@ enum DebuggerStartMode
 | 
			
		||||
    StartExternal,         // Start binary found in file system
 | 
			
		||||
    AttachExternal,        // Attach to running process by process id
 | 
			
		||||
    AttachCrashedExternal, // Attach to crashed process by process id
 | 
			
		||||
    AttachTcf,             // Attach to a running Target Communication Framework agent
 | 
			
		||||
    AttachCore,            // Attach to a core file
 | 
			
		||||
    StartRemote            // Start and attach to a remote process
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user