- 10 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 29 Nov, 2010 1 commit
-
-
hjk authored
Only useful for the compiled dumpers, and I have not used it for a while.
-
- 15 Nov, 2010 1 commit
-
-
hjk authored
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler. Engines and Views are only supposed to refer to them by id. They also have individual states now. The breakpoint data is split into a "user requested" "fixed" part in BreakpointData and the engines' acknowledged data in a new struct BreakpointResponse. TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions in the marker handling.
-
- 10 Nov, 2010 1 commit
-
-
hjk authored
There's some 'external' and some 'internal' part now. Other plugins are only supposed the external interface.
-
- 04 Nov, 2010 1 commit
-
-
hjk authored
-
- 02 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 08 Oct, 2010 1 commit
-
-
Friedemann Kleint authored
No longer change iname to obtain sorting. Reviewed-by: hjk
-
- 28 Sep, 2010 1 commit
-
-
hjk authored
context menu entry. It was more a debugger debugging aid in the early days of compiled dumpers anyway. Reviewed-by: Friedemann Kleint
-
- 23 Sep, 2010 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-1608
-
- 22 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
Use a quint64 as address. Split apart special handling of QAbstractItemModels of old shared-library based dumpers (passing '$'+ special expression as address) into separate dumperFlags QByteArray.
-
- 10 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
-
- 08 Sep, 2010 2 commits
- 01 Sep, 2010 2 commits
-
-
Robert Loehning authored
-
hjk authored
Saves lots of conversion.
-
- 27 Aug, 2010 1 commit
-
-
hjk authored
-
- 21 Jul, 2010 2 commits
- 14 Jul, 2010 2 commits
- 22 Jun, 2010 1 commit
-
-
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
-
-
hjk authored
-
hjk authored
Pass output through the RunControl instead of the DebuggerManager.
-
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.
-
- 11 Jun, 2010 1 commit
-
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
- 10 Jun, 2010 1 commit
-
-
Tobias Hunger authored
* The standard says all preprocessor directives have to start at column 0.
-
- 20 May, 2010 1 commit
-
-
hjk authored
-
- 19 May, 2010 1 commit
-
-
hjk authored
-
- 18 May, 2010 1 commit
-
-
hjk authored
-
- 05 May, 2010 1 commit
-
-
ck authored
Reviewed-by: hjk
-
- 29 Apr, 2010 1 commit
-
-
hjk authored
-
- 27 Apr, 2010 1 commit
-
-
hjk authored
-
- 08 Apr, 2010 1 commit
-
-
hjk authored
-
- 23 Mar, 2010 1 commit
-
-
hjk authored
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 11 Mar, 2010 1 commit
-
-
hjk authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 03 Mar, 2010 1 commit
-
-
hjk authored
mechanism for breakpoints.
-
- 11 Feb, 2010 1 commit
-
-
hjk authored
-