- Jul 22, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
QVariant does not work as they can contain custom type that corrypt the stream
-
Kai Koehne authored
-
- Jul 16, 2010
-
-
Olivier Goffart authored
Will help to clean up later.
-
Olivier Goffart authored
Unfortunatelly, streaming QVariant is not a really good idea, as streaming a custom type would fail
-
- Jul 15, 2010
-
-
hjk authored
-
- Jul 14, 2010
- Jul 08, 2010
- Jul 07, 2010
- Jul 05, 2010
- Jul 02, 2010
-
-
hjk authored
-
- Jun 25, 2010
-
-
hjk authored
-
- Jun 22, 2010
-
-
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).
-
- Jun 14, 2010
-
-
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
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
-
- Jun 10, 2010
-
-
hjk authored
-
- May 05, 2010
-
- Oct 08, 2009
-
-
Oswald Buddenhagen authored
it's dead code
-
Oswald Buddenhagen authored
-
- Sep 25, 2009
-
-
Friedemann Kleint authored
Clean out header.
-
hjk authored
Intergrate per-engine state tracking with the global running/stopped state.
-
- Sep 23, 2009
-
-
hjk authored
-
- Sep 17, 2009
-
-
hjk authored
-
- Sep 10, 2009
-
-
hjk authored
-
- Aug 17, 2009
-
- Aug 14, 2009
-
-
hjk authored
-