Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runonphone - catch ctrl-c and terminate remote process before exit | Shane Kearns | 2010-08-04 | 1 | -0/+71 |
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 |