Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compile error in runonphone. | axis | 2010-08-24 | 1 | -0/+2 |
| | | | | RevBy: Trust me | ||||
* | runonphone - catch ctrl-c and terminate remote process before exit | Shane Kearns | 2010-08-04 | 1 | -0/+61 |
Trap SIGINT, SIGTERM, SIGHUP, SIGBREAK, SIGQUIT On receiving one of these signals, we first untrap them (so runonphone can be killed by a 2nd ctrl-c if needed), and send a terminate to the TRK launcher. This will kill the remote process if it's running, then disconnect from TRK cleanly. Task-number: QTBUG-12444 Reviewed-by: axis |