- 08 Jul, 2010 5 commits
- 07 Jul, 2010 1 commit
-
-
hjk authored
Still far from usable.
-
- 02 Jul, 2010 3 commits
-
-
Friedemann Kleint authored
CDB: Add more information and state to Thread. Refactor thread information in CdbCore classes to prepare for more information.
-
hjk authored
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 30 Jun, 2010 5 commits
-
-
Friedemann Kleint authored
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.
-
hjk authored
-
hjk authored
-
- 29 Jun, 2010 1 commit
-
-
hjk authored
-
- 28 Jun, 2010 2 commits
- 25 Jun, 2010 3 commits
-
-
Friedemann Kleint authored
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
-
hjk authored
-
hjk authored
-
- 24 Jun, 2010 1 commit
-
-
Friedemann Kleint authored
Check for "breakpoint", "hw breakpoint" types. Acked-by: hjk
-
- 23 Jun, 2010 1 commit
-
-
hjk authored
-
- 22 Jun, 2010 2 commits
-
-
hjk authored
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- 15 Jun, 2010 5 commits
- 14 Jun, 2010 5 commits
-
-
hjk authored
-
hjk authored
Pass output through the RunControl instead of the DebuggerManager.
-
hjk authored
Plan is to identify make identify an IDebuggerEngine incarnation with a RunControl.
-
Friedemann Kleint authored
-
hjk authored
This replaces most uses of DebuggerStartParameters by DebuggerRunControl which is a simple RunControl with a DebuggerStartParameters member. Plan is to move all global state to the run controls, and possibly introduce specialized ones for core debugging etc.
-
- 11 Jun, 2010 1 commit
-
-
Bill King authored
-
- 10 Jun, 2010 1 commit
-
-
Tobias Hunger authored
* The standard says all preprocessor directives have to start at column 0.
-
- 01 Jun, 2010 1 commit
-
-
hjk authored
-
- 27 May, 2010 1 commit
-
-
hjk authored
Fix for QTCREATORBUG-1490 Reviewed-By: Friedemann Kleint
-
- 19 May, 2010 2 commits