- 14 Jul, 2010 8 commits
-
-
Friedemann Kleint authored
-
Robert Loehning authored
-
Robert Loehning authored
-
Robert Loehning authored
-
hjk authored
This mainly allows for more precise shutdown and tightens the set of allowed transitions.
-
hjk authored
-
hjk authored
-
hjk authored
-
- 13 Jul, 2010 3 commits
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
See Qt Merge-request: 727, change a9c8decc741d8c2b340f38d7a854ef206672ab3e, which makes wchar_t a native type. QString::toUtf16() no longer is a WCHAR.
-
Friedemann Kleint authored
-
- 08 Jul, 2010 5 commits
-
-
Tobias Hunger authored
-
hjk authored
Fits better into the scheme and makes grep^H^H^H^H Ctrl-F-ing easier.
-
hjk authored
-
hjk authored
-
hjk authored
This updates the state diagram in debuggerplugin.cpp and renames AdapterStart{Fail}ed to EngineStart{Fail}ed.
-
- 02 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
CDB: Add more information and state to Thread. Refactor thread information in CdbCore classes to prepare for more information.
-
- 24 Jun, 2010 1 commit
-
-
Robert Loehning authored
-
- 22 Jun, 2010 2 commits
-
-
Friedemann Kleint 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
-
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
...to fix multithread crash. Fix exit crash by temporarily removing output.
-
- 14 Jun, 2010 10 commits
-
-
Robert Loehning authored
Wrote down what hjk told me.
-
hjk authored
-
hjk authored
-
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.
-
hjk authored
-
Friedemann Kleint authored
-
hjk 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.
-
- 20 May, 2010 1 commit
-
-
Friedemann Kleint authored
And use it from CDB's module load/unload callbacks instead of re-setting all modules. Some cleanup./Fixed conflicts in 2.0 Acked-by: hjk
-
- 19 May, 2010 2 commits
-
-
Friedemann Kleint authored
And use it from CDB's module load/unload callbacks instead of re-setting all modules. Some cleanup. Acked-by: hjk
-
Friedemann Kleint authored
-
- 18 May, 2010 1 commit
-
-
hjk authored
-
- 14 May, 2010 1 commit
-
-
Leena Miettinen authored
Reviewed-by: ossi
-