summaryrefslogtreecommitdiff
path: root/src/shared/symbianutils
Commit message (Collapse)AuthorAgeFilesLines
* Fix NBN code scanning issues in shared TRK code.Friedemann Kleint2010-08-233-10/+10
|
* Small change concerning castingPawel Polanski2010-08-201-1/+1
|
* Debugger[TCF TRK]: Adapt to TCF TRK 4.0.5Friedemann Kleint2010-08-114-35/+207
| | | | | | | | | - Parse/Format errors correctly (long codes) - Use standard 'Registers' service, fake 'getm' as long as it is unimplemented - Use 'Registers|getChildren' for each thread to activate the context and use the names obtained from there instead of hardcoded register names
* Debugger[TCF Trk]: Start on TCF Trk 4.0.5Friedemann Kleint2010-08-102-12/+36
| | | | At least display the errors it produces correctly.
* Fixed: Creator crashes when trying to deploy to a non existing devicePawel Polanski2010-07-301-0/+2
|
* Fix subdir project deployment for symbiandt2010-07-262-38/+64
| | | | | | We create a .sis package per leaf project now, deploy all of them and start the executable for the runconfiguration that was selected. This does not cover all use cases, but works for development.
* Installing on a drive other than C: for Symbian OSPawel Polanski2010-07-262-2/+16
| | | | | | Silent installation added to Sumbian's Run Configuration UI Reviewed-by: Tobias Hunger
* Enabling not silent installation on Symbian OSPawel Polanski2010-07-192-4/+60
| | | | Reviewed-by: Tobias Hunger
* TCF TRK: Added support for Console Logging event.Friedemann Kleint2010-07-124-2/+52
|
* Trk/Launcher: Add infrastructure for reporting crashes.Friedemann Kleint2010-07-074-35/+204
| | | | | currently used for runonphone only. Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
* Trk[TCF]: Proper exit handlingFriedemann Kleint2010-07-052-0/+15
|
* Debugger[Trk]: Prepare thread handling.Friedemann Kleint2010-06-302-14/+55
| | | | | | | | | Store threads and cache registers per thread in Snapshot. As Trk does not generate Thread creation/deletion events. try to add threads on the fly if a stop in a new thread id is reported. Remove them in continue. Continue all threads in classic Trk. Pass on state (crash reason) to ThreadData and model. Factor out common code of both adapters to Snapshot/Symbian classes.
* Debugger[TCF-Trk]: Send RemoveExecutables command.Friedemann Kleint2010-06-282-0/+25
|
* Debugger[Trk]: Added TCF experimental adapter.Friedemann Kleint2010-06-259-2/+2663
| | | | | | | | | | Added adapter to work with TCF over WLAN. Factor out common code for Symbian from TrkAdapter. Improve message logging in TrkGdbAdapter, some cleanup. Added new TcfTrkGdbAdapter based on TcfTrkDevice in symbianutils based on JSON, using QTcpSocket. To be started via special @tcf@ argument. Rubber-stamped-by: hjk
* Fix preprocessor directivesTobias Hunger2010-06-101-3/+3
| | | | | * The standard says all preprocessor directives have to start at column 0.
* Symbian/trk: Fixed handling of partial framesRobert Loehning2010-06-074-8/+20
| | | | Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
* Symbian/trk: Don't try to dereference referencesRobert Loehning2010-06-071-2/+2
|
* Symbian/Trk: Don't try to download a file without respective flag set.Robert Loehning2010-06-071-1/+4
| | | | | Task-number: QTCREATORBUG-1567 Reviewed-by: Friedemann Kleint
* Symbian/trk: Fix debugging output for the N8.Friedemann Kleint2010-05-113-7/+41
| | | | | | | | 1. Fix hanging behaviour when we receive a message on the wrong mux in framed mode 2. Treat messages on the trace mux (0102) as debug output 3. Separate timestamp from text in trace messages Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
* Symbian/Trk: Add support for downloading.Friedemann Kleint2010-04-073-23/+198
| | | | | | Add download mode with support for stdout-target. Fix verbosity, copy progress reporting overflows. Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
* Symbian: Fix crash when launching trk on device after canceled prompt.Friedemann Kleint2010-03-124-0/+26
| | | | | | | | Introduce clearWriteQueue to TrkDevice and call it a device is released to the SymbianDeviceManager in state 'open'. In addition, if a launcher is destroyed before the protocol is through, close the device (if the closeDevice property is set). Task-number: QTCREATORBUG-858
* Long live the king!hjk2010-03-0517-17/+17
|
* Symbian/ABLD: Determine package name (make sis) correctly for 4.6.1Friedemann Kleint2010-02-251-8/+12
| | | | | Also delete the old package before executing "make sis" to ensure that no old file lingers around should the naming change again.
* Symbian/TRK: Terminate "CreateProcess" message correctly.Friedemann Kleint2010-02-251-11/+7
| | | | Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
* Symbian: Check for /dev/ttyUSB, fix GCCE toolchain.Friedemann Kleint2010-02-181-2/+12
| | | | | | Move code to locate gcce from S60Manager to CCE toolchain and make it handle empty GCCE-root's correctly (locate compiler in path and warn if none found). Set up environment correctly.
* Symbian: Let SymbianDeviceManager handle TrkDevice leases.Friedemann Kleint2010-02-116-54/+323
| | | | | | | | | | | | | | | | ...making use of a shared device by all clients. Detect device removal by delaying the WM_DEVICE event handling. Introduce Acquire/Release mechanism to SymbianDeviceManager and let acquire() fail if the device is in use, thus preventing starting 'run' while debugging is active, etc. Handle "Device removed" (unplugging of cable) signal by closing the device and adding handlers to the clients, stabilize TrkDevice against it. Remove communication type from the run configuration parameters (now handled by SymbianDeviceManager). Working towards keeping the Trk-connection always open and a giving the target pane a meaningful tooltip. For the moment, pass on tooltips from device manager additional information (Trk version and such as determined by the launcher).
* Fixes: Device information was not correct after loading a project.con2010-02-101-0/+2
| | | | SymbianDeviceManager needs to initialize when friendlyName is requested.
* S60/Trk: Make the port a property of TrkDevice.Friedemann Kleint2010-02-085-31/+40
| | | | | Associate the port with the device instead of passing it to open for better handling.
* S60: Move serialdevicelister.cpp to symbianutils/symbiandevicemanager.cppFriedemann Kleint2010-02-053-2/+456
|
* src/shared: Rename trk to symbianutilsFriedemann Kleint2010-02-0516-0/+3895