Commit Graph

9 Commits

Author SHA1 Message Date
Pawel Polanski
2834fb86a3 Memory dump is not refreshed while debugging for SymbianOS 2010-11-05 16:33:37 +01:00
hjk
6bfe8c88b6 debugger: Fix memory cache cleanup for trk adapters.
Reviewed-by: Friedemann Kleint
Reviewed-by: Pawel Polanski
2010-11-04 13:52:16 +01:00
Pawel Polanski
cbdf363709 Unable to change the value of a variable while debugging Symbian - issue fixed
Reviewed-by: hjk
2010-10-01 18:41:18 +02:00
Friedemann Kleint
8c956abedd Debugger[TRK]: Report crashs with signals.
Show the message box correctly on signal 11 reported.

Reviewed-by: hjk
2010-09-29 16:39:46 +02:00
Friedemann Kleint
4118d70182 Debugger[TRK]: Handle trace point requests of gdb 7.2+
Task-number: QTCREATORBUG-2315
2010-09-14 16:39:44 +02:00
hjk
b30ef6210b debugger: register related refactoring (common code) 2010-09-01 13:56:51 +02:00
Friedemann Kleint
f34fd810d5 Debugger[TCF TRK]: Adapt to TCF TRK 4.0.5
- 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
2010-08-11 15:47:11 +02:00
Friedemann Kleint
52b33a7503 Debugger[Trk]: Prepare thread handling.
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.
2010-06-30 17:14:57 +02:00
Friedemann Kleint
beba423a16 Debugger[Trk]: Added TCF experimental adapter.
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
2010-06-25 15:06:30 +02:00