summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Start stack frame context/symbol group classes for CDBFriedemann Kleint2009-03-2610-193/+642
* 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-268-3/+24
* Introduce utility routine to create placeholder watch itemFriedemann Kleint2009-03-254-193/+193
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinedt2009-03-2524-421/+654
|\
| * Factor out common debugger watch functionalityFriedemann Kleint2009-03-259-275/+430
| * debugger: keep row selection in watchersview after expand/collapsehjk2009-03-253-5/+15
| * debugger: use new actions for watchers window/manager communicationhjk2009-03-258-54/+61
| * Remove superfluous "warning: " from qDebug output (win)con2009-03-241-1/+1
| * debugger: use new action scheme for number base selectionshjk2009-03-247-51/+104
| * debugger: code cosmeticshjk2009-03-243-17/+13
| * debugger: add shortcut to debugger properties in more context menushjk2009-03-244-21/+33
* | Change the way the debugging library is build and found, yet again.dt2009-03-251-2/+0
|/
* debugger: use less "reset" in the locals viewhjk2009-03-241-1/+1
* debugger: make position of debugger lib configurablehjk2009-03-243-57/+55
* Compile on Maccon2009-03-231-1/+1
* debugger: work on optional prebuild dumper libraryhjk2009-03-236-29/+49
* debugger: work on using prebuilt dumpershjk2009-03-233-2/+8
* debugger: split options pagehjk2009-03-237-74/+275
* remove dead filesOswald Buddenhagen2009-03-202-354/+0
* debugger: make an option to select terminal application (not used yet)hjk2009-03-204-3/+27
* debugger: insert action to create new watch item in locals&watchers context menuhjk2009-03-194-18/+8
* debugger: make QAction a base class of DebuggerActionhjk2009-03-198-58/+35
* debugger: some action related cleanuphjk2009-03-198-156/+133
* debugger: make assignment of simple types work againhjk2009-03-194-8/+14
* allow in-line editing of watcher expressionshjk2009-03-198-41/+92
* debugger: make add & remove wathcers work again after the action changeshjk2009-03-194-5/+20
* debugger: progress in action reorganisationhjk2009-03-193-19/+43
* debugger: code cosmeticshjk2009-03-191-7/+14
* debugger: less debug outputhjk2009-03-191-6/+6
* debugger: more actions reshufflinghjk2009-03-199-158/+161
* debugger: reorganizing settings and actions in progresshjk2009-03-1911-344/+614
* Fixes: Introduce a cpp settingspage containing file naming conventions (lower...Friedemann Kleint2009-03-181-2/+3
* compile fixhjk2009-03-182-0/+186
* compile fixhjk2009-03-181-0/+1
* debugger: start action handling refactoringhjk2009-03-1814-61/+23
* debugger: make "Use Dumpers" a pool actionhjk2009-03-1711-28/+34
* Fixes: Compilation/start on handling console processes.Friedemann Kleint2009-03-173-7/+66
* debugger: allow state transition from DebuggerInferiorRunning tohjk2009-03-171-2/+2
* debgugger: remove dead codehjk2009-03-163-16/+2
* Fixes: debugger: try accessing compiled-in dumpers when attaching to anhjk2009-03-168-22/+59
* Fixes: debugger: link fix on Machjk2009-03-121-1/+0
* Fixes: debugger: compile fixhjk2009-03-121-1/+1
* Fixes: debugger: simple view on 'nm'hjk2009-03-124-6/+71
* Fixes: debugger: tentative fix for parsing Mac's 'info shared' outputhjk2009-03-121-0/+17
* Fixes: debugger: build dumpers into "global" lib, toohjk2009-03-111-0/+9
* Fixes: debugger: also show the original address in a tooltip whenhjk2009-03-113-1/+14
* Fixes: debugger: implement custom dumpers for std::sethjk2009-03-112-0/+15
* Fixes: Compiledt2009-03-111-4/+0