unify application launcher between platforms

purge abstractprocess and winguiprocess. they serve no purpose.

applications can have stdio on windows as well, in addition to the
windows debug channel.

Task-number: QTCREATORBUG-4822
This commit is contained in:
Oswald Buddenhagen
2011-05-11 12:48:14 +02:00
parent 9a2814d646
commit 322a8481a7
16 changed files with 259 additions and 797 deletions

View File

@@ -42,8 +42,6 @@
OutputDebugString puts its data into a shared memory segment named
\c DBWIN_BUFFER which can be accessed via file mapping.
\sa ProjectExplorer::Internal::WinGuiProcess
*/
namespace ProjectExplorer {