summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdb/pythongdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-131-14/+13
* debugger: fix quoting of watched expressions with funny chars insidehjk2011-04-081-1/+9
* Debugger: Make tooltips pinnable.Friedemann Kleint2011-02-111-5/+18
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | debugger: Refactor breakpoint handling.hjk2010-11-151-2/+3
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-1/+1
|/
* Debugger: Fix dumpers in case alphabetical sorting is off.Friedemann Kleint2010-10-081-3/+1
* debugger: make alphabetic sorting of struct members optional.hjk2010-09-231-1/+3
* Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{}Friedemann Kleint2010-09-131-1/+2
* debugger: only update variables that are operated onhjk2010-09-131-5/+8
* debugger: simplify code for inserting new watchitemshjk2010-07-231-4/+1
* debugger: overhaul "state machine"hjk2010-07-141-1/+1
* debugger: try to improve tooltip handlinghjk2010-07-071-2/+5
* debugger: don't try to compute tooltip if it's not shownhjk2010-06-291-2/+1
* debugger: The DebuggerEngine refactoring.hjk2010-06-221-8/+7
* debugger: refactoring of output channelinghjk2010-06-141-2/+2
* Merge remote branch 'origin/2.0'hjk2010-05-271-0/+2
|\
| * Debugger: Introduce env QTC_DEBUGGER_PYTHON_VERBOSEFriedemann Kleint2010-05-261-0/+2
* | debugger: show return value of last function call in Locals and Watchers viewhjk2010-05-191-1/+5
* | debugger: gather more information on threads when easily availablehjk2010-05-181-1/+1
* | debugger: support for per-thread breakpointshjk2010-04-301-2/+2
|/
* debugger: add a cut-down version of the dumpers for pythonhjk2010-04-271-4/+3
* debugger: new files for WatchData; move potentially shared code to watchutils...hjk2010-04-271-2/+3
* debugger: implement selected of string encoding per pointer type/individual p...hjk2010-03-111-9/+3
* debugger: avoid a few watchmodel rebuilds, also reset location markers properlyhjk2010-03-101-3/+2
* debugger: empty list of fetched variables at the end of the full cyclehjk2010-03-091-1/+1
* debugger: next attempt at fixing the "can't open items in locals view" issue.hjk2010-03-081-1/+1
* Long live the king!hjk2010-03-051-1/+1
* debugger: sanitize breakpoint setting sequenceshjk2010-03-031-0/+2
* debugger: rename some watch-update related variables to prepare a similarhjk2010-03-031-2/+2
* debugger: some basic support for 'catch catch' and 'catch throw'hjk2010-02-111-1/+1
* debugger: use the direct access withing trkadapter to list threadshjk2010-02-081-1/+4
* debugger: handle symlinked source files a bit betterhjk2010-02-051-0/+5
* debugger: let python handle the listing of breakpointshjk2010-02-051-0/+30
* debugger: fix e539f5bdahjk2010-02-051-0/+1
* debugger: fix unneeded fetchMore() calls by removing a mis-placed beginCycle()hjk2010-02-041-1/+0
* Debugger: Fix some code scanning issues.Friedemann Kleint2010-02-031-1/+1
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-2/+2
* debugger: fix recent regression (infinite loop on stack-list-locals)hjk2010-01-291-5/+1
* debugger: start splitting off python and non-python specific bitshjk2010-01-211-0/+177