aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: fix potential endless loophjk2009-04-071-9/+9
* debugger: work on test suitehjk2009-04-071-16/+22
* debugger: work on autotestshjk2009-04-071-0/+4
* debugger: allow short stack to be expanded by a context menu item orhjk2009-04-071-27/+20
* debugger: do not duplicate the line when pressing Ctrl-Return in thehjk2009-04-031-2/+0
* debugger: make maximal number of stack entries configurablehjk2009-04-021-5/+23
* debugger: compile fixhjk2009-04-021-0/+1
* debugger: show non-ASCII in QString, toohjk2009-04-021-13/+32
* debugger: don't dead-lock when switching sessions while debugginghjk2009-04-011-0/+4
* debugger: handle archer's thread creation messageshjk2009-04-011-1/+5
* debugger: don't consider archer's "library-loaded" as a reason for ahjk2009-04-011-0/+5
* debugger: rework dumper settings pagehjk2009-03-271-8/+5
* debugger: remove reference to dumper build step from debugger UIhjk2009-03-271-15/+10
* debugger: work on action handlinghjk2009-03-261-8/+7
* Start stack frame context/symbol group classes for CDBFriedemann Kleint2009-03-261-8/+4
* debugger: cosmetical improvements of QVariant dumper outputhjk2009-03-261-0/+3
* debugger: dumper status message cosmeticshjk2009-03-261-1/+1
* debugger: use dumpers build alongside Qthjk2009-03-261-0/+3
* Introduce utility routine to create placeholder watch itemFriedemann Kleint2009-03-251-7/+1
* Factor out common debugger watch functionalityFriedemann Kleint2009-03-251-262/+1
* Remove superfluous "warning: " from qDebug output (win)con2009-03-241-1/+1
* debugger: use new action scheme for number base selectionshjk2009-03-241-1/+26
* debugger: make position of debugger lib configurablehjk2009-03-241-38/+35
* Compile on Maccon2009-03-231-1/+1
* debugger: work on optional prebuild dumper libraryhjk2009-03-231-25/+30
* debugger: make QAction a base class of DebuggerActionhjk2009-03-191-1/+1
* debugger: some action related cleanuphjk2009-03-191-10/+9
* debugger: make add & remove wathcers work again after the action changeshjk2009-03-191-1/+1
* debugger: more actions reshufflinghjk2009-03-191-22/+20
* debugger: reorganizing settings and actions in progresshjk2009-03-191-23/+31
* debugger: start action handling refactoringhjk2009-03-181-0/+4
* debugger: make "Use Dumpers" a pool actionhjk2009-03-171-3/+7
* Fixes: debugger: try accessing compiled-in dumpers when attaching to anhjk2009-03-161-18/+17
* Fixes: debugger: tentative fix for parsing Mac's 'info shared' outputhjk2009-03-121-0/+17
* Fixes: debugger: also show the original address in a tooltip whenhjk2009-03-111-0/+10
* Fixes: debugger: implement custom dumpers for std::sethjk2009-03-111-0/+5
* Fixes: Compiledt2009-03-111-4/+0
* Merge branch 'master' of [email protected]:creator/mainlinedt2009-03-111-1/+8
|\
| * Fixes: debugger: write current settings to log filehjk2009-03-101-0/+1
| * Fixes: debugger: make loading list of source files optionalhjk2009-03-101-2/+4
* | Revert "Revert "Fixes: debugger: disable automatic loading list of source ...dt2009-03-101-2/+2
|/
* Revert "Fixes: debugger: disable automatic loading list of source files"dt2009-03-101-2/+2
* Fixes: debugger: disable automatic loading list of source fileshjk2009-03-091-2/+2
* process interruption improvementsOswald Buddenhagen2009-03-051-14/+4
* improve the windows thread info parsing regexpOswald Buddenhagen2009-03-051-1/+1
* Fixes: debugger: re-add code that was accidentally removed in bd96ebf7hjk2009-03-041-2/+131
* Fixes: debugger: provide gdb macro based dumpers for QString and QStringListhjk2009-03-031-128/+115
* Fixes: debugger: attaching to core files works nowhjk2009-03-031-17/+52
* Fixes: debugger: worlk on core file loadinghjk2009-03-021-10/+27
* Fixes: debugger: start work on core file loadinghjk2009-03-021-2/+1