- Sep 21, 2010
-
-
Friedemann Kleint authored
Make address a quint64, linnumber and ignoreCounts int. Reviewed-by: hjk
-
- Sep 13, 2010
- Sep 01, 2010
-
-
hjk authored
Saves lots of conversion.
-
- Aug 24, 2010
-
-
Friedemann Kleint authored
...which subclasses DebuggerRunner and does not call DebuggerPlugin::startDebugger(), which connects the engine, leading to strange malfunctions. Move functionality to DebuggerRunner::start() to make it self-contained. Add object names to engines for easier debugging. Reviewed-by: hjk
-
- Jul 23, 2010
-
-
hjk authored
-
- Jul 22, 2010
-
-
hjk authored
-
- Jul 14, 2010
- Jul 08, 2010
- Jul 07, 2010
- 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.
-
- May 04, 2010
-
-
hjk authored
-
- Apr 27, 2010
-
-
hjk authored
-
- Mar 26, 2010
-
-
hjk authored
actually hit
-
- Mar 10, 2010
-
-
hjk authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 18, 2010
-
-
Friedemann Kleint authored
-
- Jan 15, 2010
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 05, 2010
-
-
hjk authored
-
- Sep 25, 2009
-
-
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
-
- Sep 02, 2009