- Jun 25, 2010
-
-
hjk authored
-
hjk authored
-
hjk authored
-
Robert Loehning authored
Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
hjk authored
-
- Jun 22, 2010
-
-
hjk 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).
-
- Jun 11, 2010
- May 20, 2010
-
-
Robert Loehning authored
-
Robert Loehning authored
-
- May 19, 2010
-
-
Friedemann Kleint authored
Change the WatchWindow handling to be based on quint64 addresses to ensure proper function. Changed roles and added one role to the watchmodel to obtain addresses and pointed-to addresses. Add some fiddling to parse out addresses from debugger values. Add menu options. Make sure only one watchpoint per address is added.
-
- May 17, 2010
-
-
hjk authored
Use BreakpointData objects for communicaition instead of random collection of some of their attributes.
-
- May 10, 2010
- May 07, 2010
-
-
hjk authored
-
- Apr 30, 2010
-
-
hjk authored
-
- Apr 12, 2010
-
-
hjk authored
-
- Apr 09, 2010
- Mar 26, 2010
- Mar 05, 2010
- Feb 11, 2010
- Feb 10, 2010
-
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-
- Feb 04, 2010
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
hjk authored
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 21, 2010
-
-
hjk authored
-
- Jan 05, 2010
-
-
hjk authored
-
- Dec 15, 2009
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-438
-
- Oct 01, 2009
-
-
hjk authored
-
- Sep 23, 2009
-
-