summaryrefslogtreecommitdiffstats
path: root/tools/runonphone/ossignalconverter_p.h
Commit message (Collapse)AuthorAgeFilesLines
* runonphone - catch ctrl-c and terminate remote process before exitShane Kearns2010-08-041-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