- 08 Jul, 2010 1 commit
-
-
hjk authored
-
- 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
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.
-
- 04 May, 2010 1 commit
-
-
hjk authored
-
- 10 Mar, 2010 1 commit
-
-
hjk authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 18 Jan, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 15 Jan, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 25 Sep, 2009 1 commit
-
-
hjk authored
Intergrate per-engine state tracking with the global running/stopped state.
-
- 17 Sep, 2009 1 commit
-
-
hjk authored
-
- 10 Sep, 2009 1 commit
-
-
hjk authored
-
- 17 Aug, 2009 1 commit
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 16 Jul, 2009 1 commit
-
-
con authored
-
- 13 Jul, 2009 1 commit
-
- 10 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
- Modified WatchModel to handle storage of an hierarchy of WatchItems. - Factored out code for asynchronous population to AsyncWatchModel and added a mixin for convenient handling - Added base class for synchronous models. - Implement simple, synchronous models for CDB, greatly simplifying code and finally getting manual expansion right. Signed-off-by:
hjk <qtc-committer@nokia.com>
-
- 17 Jun, 2009 1 commit
-
-
hjk authored
It's now properly using canFetchMore/fetchMore. cdb is not yet ported.
-
- 16 Jun, 2009 2 commits
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- 26 May, 2009 1 commit
-
-
Friedemann Kleint authored
Handle the 2nd parameter correctly as a event id to be used for a handshake. Introduce a special mode when attaching to crashed processes. Code cleanup, pass StartParameters along to startDebugger.
-
- 19 May, 2009 1 commit
-
-
hjk authored
-
- 14 May, 2009 1 commit
-
-
Friedemann Kleint authored
Make debugger tooltip API more general, have the engines check the correct file type, figure out the expression and context from the text editor. Put common functionality in watchutils.cpp. In the CDB engine, check whether a tooltip expression is a known variable within the stack frame context. If so, retrieve via symbol group or dumpers. Cache by function and expression. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 07 May, 2009 1 commit
-
-
hjk authored
-
- 06 May, 2009 2 commits
- 15 Apr, 2009 1 commit
-
-
Friedemann Kleint authored
Introduce API to debug engines and debugger manager to do this. Reviewed-by:
hjk <qtc-commiter@nokia.com>
-
- 07 Apr, 2009 2 commits
- 18 Mar, 2009 1 commit
-
-
hjk authored
-
- 17 Mar, 2009 1 commit
-
-
hjk authored
-
- 16 Mar, 2009 1 commit
-
-
hjk authored
external application
-
- 25 Feb, 2009 2 commits
- 17 Feb, 2009 2 commits
- 27 Jan, 2009 1 commit
-
-
hjk authored
optiosn
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-