| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
At least display the errors it produces correctly.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Silent installation added to Sumbian's Run Configuration UI
Reviewed-by: Tobias Hunger
|
|
|
|
| |
Reviewed-by: Tobias Hunger
|
| |
|
|
|
|
|
| |
currently used for runonphone only.
Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
* The standard says all preprocessor directives have to start
at column 0.
|
|
|
|
| |
Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
|
| |
|
|
|
|
|
| |
Task-number: QTCREATORBUG-1567
Reviewed-by: Friedemann Kleint
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Add download mode with support for stdout-target.
Fix verbosity, copy progress reporting overflows.
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Also delete the old package before executing "make sis" to ensure
that no old file lingers around should the naming change again.
|
|
|
|
| |
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
...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).
|
|
|
|
| |
SymbianDeviceManager needs to initialize when friendlyName is requested.
|
|
|
|
|
| |
Associate the port with the device instead of passing it to open
for better handling.
|
| |
|
|
|