- 14 Jul, 2010 3 commits
- 13 Jul, 2010 1 commit
-
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
- 08 Jul, 2010 2 commits
-
-
Friedemann Kleint authored
-
hjk authored
This updates the state diagram in debuggerplugin.cpp and renames AdapterStart{Fail}ed to EngineStart{Fail}ed.
-
- 07 Jul, 2010 1 commit
-
-
hjk authored
-
- 05 Jul, 2010 1 commit
-
-
hjk authored
-
- 02 Jul, 2010 1 commit
-
-
con authored
(that have no other standard) Reviewed-by: dt
-
- 30 Jun, 2010 3 commits
- 28 Jun, 2010 2 commits
- 25 Jun, 2010 7 commits
-
-
hjk authored
-
hjk authored
-
hjk authored
-
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
A mostly mechanical change. Reviewed-By: con
-
hjk authored
-
- 23 Jun, 2010 5 commits
- 22 Jun, 2010 10 commits
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
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).
-
- 14 Jun, 2010 3 commits
-
-
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.
-
hjk authored
-
- 11 Jun, 2010 1 commit
-
-
hjk authored
-