summaryrefslogtreecommitdiffstats
path: root/tools/runonphone/codasignalhandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* runonphone - Implement CODA autodetectionShane Kearns2011-10-041-3/+7
| | | | | | | | | | | | | | | | If runonphone is executed without specifying the debug agent, then it will attempt to autodetect it by sending a CODA ping to the USB port. If there is a reply within 1 second, then CODA mode is used. If not, then TRK mode is used. TRK drops unrecognised messages, so the CODA ping is ignored and initialisation starts normally when the TRK ping is sent. Autodetect can be skipped by using the --coda or --trk arguments on the command line to force use of a specific debug agent. Reviewed-By: mread
* Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-09-201-1/+1
|\
| * runonphone: Add a missing argument for QString::argMartin Storsjo2011-09-121-1/+1
| | | | | | | | | | Merge-request: 2680 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | runonphone: Implement traceswitch support for codaShane Kearns2011-09-161-0/+6
|/ | | | | | | | | | | | | | The traceswitch application redirects debug messages to the USB port. This was supported by the TRK backend but not by the CODA backend. 1. CODA backend now recognises mux channel 2 as valid 2. new TextTraceHandler class to attach to channel 2 and decode trace packets / print them to stdout 3. CODA signal handler creates a TextTraceHandler & destroys it on shutdown Reviewed-By: Miikka Heikkinen
* Runonphone with CODA supportStephen Chong2011-07-281-0/+579
Reviewed-By: Shane Kearns