Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{} | Friedemann Kleint | 2010-09-13 | 1 | -1/+2 | |
| | | | | | | namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers. | |||||
* | debugger: only update variables that are operated on | hjk | 2010-09-13 | 1 | -5/+8 | |
| | ||||||
* | debugger: simplify code for inserting new watchitems | hjk | 2010-07-23 | 1 | -4/+1 | |
| | ||||||
* | debugger: overhaul "state machine" | hjk | 2010-07-14 | 1 | -1/+1 | |
| | | | | | This mainly allows for more precise shutdown and tightens the set of allowed transitions. | |||||
* | debugger: try to improve tooltip handling | hjk | 2010-07-07 | 1 | -2/+5 | |
| | | | | Still far from usable. | |||||
* | debugger: don't try to compute tooltip if it's not shown | hjk | 2010-06-29 | 1 | -2/+1 | |
| | ||||||
* | debugger: The DebuggerEngine refactoring. | hjk | 2010-06-22 | 1 | -8/+7 | |
| | | | | | | | | | | | | | | | | | 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). | |||||
* | debugger: refactoring of output channeling | hjk | 2010-06-14 | 1 | -2/+2 | |
| | ||||||
* | Merge remote branch 'origin/2.0' | hjk | 2010-05-27 | 1 | -0/+2 | |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/projectexplorer/miniprojecttargetselector.cpp src/plugins/qmldesigner/designercore/model/modeltotextmerger.cpp src/plugins/qmldesigner/designercore/model/rewriteactioncompressor.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h tests/manual/gdbdebugger/simple/app.cpp | |||||
| * | Debugger: Introduce env QTC_DEBUGGER_PYTHON_VERBOSE | Friedemann Kleint | 2010-05-26 | 1 | -0/+2 | |
| | | | | | | | | | | for verbose python error hunting. Rubber-stamped-by: hjk | |||||
* | | debugger: show return value of last function call in Locals and Watchers view | hjk | 2010-05-19 | 1 | -1/+5 | |
| | | | | | | | | Works only with gdb/Python so far. | |||||
* | | debugger: gather more information on threads when easily available | hjk | 2010-05-18 | 1 | -1/+1 | |
| | | ||||||
* | | debugger: support for per-thread breakpoints | hjk | 2010-04-30 | 1 | -2/+2 | |
|/ | ||||||
* | debugger: add a cut-down version of the dumpers for python | hjk | 2010-04-27 | 1 | -4/+3 | |
| | ||||||
* | debugger: new files for WatchData; move potentially shared code to ↵ | hjk | 2010-04-27 | 1 | -2/+3 | |
| | | | | watchutils.cpp | |||||
* | debugger: implement selected of string encoding per pointer type/individual ↵ | hjk | 2010-03-11 | 1 | -9/+3 | |
| | | | | pointer | |||||
* | debugger: avoid a few watchmodel rebuilds, also reset location markers properly | hjk | 2010-03-10 | 1 | -3/+2 | |
| | ||||||
* | debugger: empty list of fetched variables at the end of the full cycle | hjk | 2010-03-09 | 1 | -1/+1 | |
| | | | | | The original logic was faulty but worked better in the presence of the original "extra layoutChanged()" hack which is replaced now. | |||||
* | debugger: next attempt at fixing the "can't open items in locals view" issue. | hjk | 2010-03-08 | 1 | -1/+1 | |
| | ||||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 | |
| | ||||||
* | debugger: sanitize breakpoint setting sequences | hjk | 2010-03-03 | 1 | -0/+2 | |
| | ||||||
* | debugger: rename some watch-update related variables to prepare a similar | hjk | 2010-03-03 | 1 | -2/+2 | |
| | | | | mechanism for breakpoints. | |||||
* | debugger: some basic support for 'catch catch' and 'catch throw' | hjk | 2010-02-11 | 1 | -1/+1 | |
| | | | | Hidden in the Breakpoints context menu. | |||||
* | debugger: use the direct access withing trkadapter to list threads | hjk | 2010-02-08 | 1 | -1/+4 | |
| | ||||||
* | debugger: handle symlinked source files a bit better | hjk | 2010-02-05 | 1 | -0/+5 | |
| | ||||||
* | debugger: let python handle the listing of breakpoints | hjk | 2010-02-05 | 1 | -0/+30 | |
| | | | | TODO: only transfer deltas | |||||
* | debugger: fix e539f5bda | hjk | 2010-02-05 | 1 | -0/+1 | |
| | ||||||
* | debugger: fix unneeded fetchMore() calls by removing a mis-placed beginCycle() | hjk | 2010-02-04 | 1 | -1/+0 | |
| | ||||||
* | Debugger: Fix some code scanning issues. | Friedemann Kleint | 2010-02-03 | 1 | -1/+1 | |
| | ||||||
* | Merge remote branch 'origin/1.3' | Oswald Buddenhagen | 2010-01-29 | 1 | -2/+2 | |
| | | | | Trailing whitespace removal re-applied manually. | |||||
* | debugger: fix recent regression (infinite loop on stack-list-locals) | hjk | 2010-01-29 | 1 | -5/+1 | |
| | ||||||
* | debugger: start splitting off python and non-python specific bits | hjk | 2010-01-21 | 1 | -0/+177 | |