summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Analyze binary if start failsv1.0.0-RC5v1.0.0-RC4v1.0.0Rainer Keller2013-10-172-3/+53
| | | | | | | | In case the binary does not start successfully some checks are done to find out what may be wrong. Change-Id: I01e466482b2847068227d9469b9d99dc33f7f9eb Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Export 'base' and 'platform' to process environmentRainer Keller2013-10-161-0/+4
| | | | | Change-Id: Icabdb392c295557b31832d8a0c684be8d591b3c6 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Add option to configure gdb network namev1.0.0-RC2Rainer Keller2013-10-152-1/+20
| | | | | Change-Id: I75ac3d7c253dac9a8238404ce1f6b4b1510c7a18 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add an option to forward process messages to qDebugLaszlo Agocs2013-10-093-0/+16
| | | | | | | | | | There has to be a way to get the process debug prints visible without Creator too. Launching appcontroller with --print-debug will now forward all process messages to qDebug so they can be seen with logcat. Change-Id: Ie50a044fb3f85a45dafd50b90e9de7c58e450a5d Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Print messages directly to terminalRainer Keller2013-07-291-9/+9
| | | | | Change-Id: I567835544cf321450e01516fea90ead0de1254f1 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add support for linking default applicationRainer Keller2013-07-291-0/+49
| | | | | Change-Id: I95a488b4b652b3bdd459e56b25595042857c6b2b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Remove argument from list in advanceRainer Keller2013-07-291-10/+11
| | | | | Change-Id: I0ab91bce1f290f3a04f27e776eb88a2a385e87e8 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Print messages before QCoreApplicationRainer Keller2013-07-161-1/+3
| | | | | Change-Id: Ia72bbeff9bc8d293ffe0f11689178a900596d352 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Show process errors and exitRainer Keller2013-07-081-2/+22
| | | | | Change-Id: Ie1b2d357c7cd259df1544305b9205e8d34265732 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Support GDB and QML debuggingRainer Keller2013-07-042-39/+53
| | | | | | | | | | | | --debug option removed. Instead there are --debug-gdb and --debug-qml now --start option removed. The first non-recognized argument is treated as binary to execute and following arguments as its parameters. --port-range has to be specified if any --debug-* option is used Change-Id: I851ab2b36a73adfb6a1fbc14da3462c9d27cd620 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Add platform information to config fileRainer Keller2013-06-183-27/+66
| | | | | | | | The config file may contain information about base system and platform. The new option --show-platform prints these to stdout. Change-Id: Idd64ca4527e808a83b8c10e6621b6ef431329110 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Create list of arguments without invoking QApplicationRainer Keller2013-06-041-2/+5
| | | | | | | | QApplication changes arguments it knows about but we want to pass all arguments to the slave application. Change-Id: Ibd1493853b337ef8b1050746de1d4ce0c0aa37ee Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Support for linux specific pathsSamuli Piippo2013-05-172-1/+9
| | | | | | | Install path and conf location are different in linux. Change-Id: I65b7bfef1cc3a9b52c8a81a3d7a5dedf0f0d48b4 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Try to terminate previous app multiple timesRainer Keller2013-05-151-18/+20
| | | | | Change-Id: I7ee5371b3aab7cebd67eaa9c4cbf9e8f68aa325b Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Parse extended portlistRainer Keller2013-04-174-17/+324
|
* Handle more signalsRainer Keller2013-04-171-1/+3
|
* Fix SOCK_CLOEXEC not available on AndroidRainer Keller2013-04-171-2/+11
|
* Handle SIGINT and SIGKILLRainer Keller2013-04-171-0/+19
|
* Set CLOEXEC for socketsRainer Keller2013-04-171-2/+2
|
* Add debugging supportRainer Keller2013-04-174-122/+255
|
* Add debug supportRainer Keller2013-04-162-3/+45
|
* Change name of configfileRainer Keller2013-04-151-1/+1
|
* Lock file to prevent race conditionsRainer Keller2013-03-281-15/+50
|
* Remove all qFatalsRainer Keller2013-03-221-9/+13
|
* Remove some qFatalRainer Keller2013-03-071-8/+16
|
* Make this a terminal applicationRainer Keller2013-03-0411-635/+133
| | | | Network support is removed.
* Transfer current app PID is identifierRainer Keller2013-03-015-32/+42
|
* Fix installation pathRainer Keller2013-03-011-0/+2
|
* Intial checkinRainer Keller2013-03-0110-0/+632