summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Move a lot of qmake independent classes to a new plugin qtsupportdt2011-05-241-3/+3
* debugger: fix selection of displays of integer-ish dataqthjk2011-05-241-4/+7
* debugger: don't auto-continue on "stopper threads" on windowshjk2011-05-241-17/+52
* debugger: cosmeticshjk2011-05-241-6/+9
* debugger: improve robustness of watchershjk2011-05-242-12/+18
* debugger: show something when editinghjk2011-05-171-1/+1
* debugger: allow hex etc formatting for anything that looks like an integerhjk2011-05-171-12/+11
* debuggger: allow change of display for templated typeshjk2011-05-173-17/+41
* Debugger [CDB]: Enable Assignment to string classes.Friedemann Kleint2011-05-171-2/+29
* QmlDebugger: update location marker while debuggingChristiaan Janssen2011-05-161-0/+4
* Merge remote-tracking branch 'origin/2.2'Oswald Buddenhagen2011-05-162-5/+6
|\
| * Debugger[CDB]: Fix console on Windows XP.Friedemann Kleint2011-05-161-4/+5
| * Debugger: Move corrected breakpoints back after termination.Friedemann Kleint2011-05-161-3/+0
| * Debugger: Fix remote CDB debugging.Friedemann Kleint2011-05-101-1/+1
* | debugger: change "watchpoint" to "data breakpoint" also in the class docshjk2011-05-161-3/+3
* | ConsoleProcess: undo pointless processError() => processMessage(bool error) c...Oswald Buddenhagen2011-05-124-18/+14
* | unify application launcher between platformsOswald Buddenhagen2011-05-121-2/+1
* | introduce separate output format for windows debug channelOswald Buddenhagen2011-05-122-4/+4
* | DebuggerRunner: Use 'Yes', 'No' buttons for 'Do you want to continue?'.Kai Koehne2011-05-121-1/+1
* | debugger: fix deletion of breakpointshjk2011-05-112-3/+1
* | debugger: derive breakpoint model from QAbstract*, not QTable*hjk2011-05-112-5/+19
* | debugger: fix display of <MULTIPLE> breakpointshjk2011-05-111-1/+8
* | debugger: disable address related breakpoints on debugger exithjk2011-05-115-22/+36
* | debugger: remove spurious parantheses in user visible stringhjk2011-05-111-2/+2
* | Debugger[CDB]: Move breakpoint back from corrected location.Friedemann Kleint2011-05-112-3/+11
* | debugger: make QVector and std::vector writablehjk2011-05-111-3/+3
* | debugger: enable modification of std::string and QStringhjk2011-05-104-13/+30
* | Debugger: Move breakpoint back from corrected location.Friedemann Kleint2011-05-101-3/+0
* | debugger: work on watchpoints (or, "data breakpoints" as they are called now)hjk2011-05-1011-56/+96
* | Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-103-5/+5
* | Debugger[CDB]: Correct breakpoint locations in source files.Friedemann Kleint2011-05-091-1/+74
* | Introduced capabilities for OperateByInstruction and RunToLineThorbjørn Lindeijer2011-05-094-12/+21
* | Compiler warnings.Friedemann Kleint2011-05-092-3/+3
* | debugger: re-do the 'bbsetup' after sourcing a user scripthjk2011-05-091-0/+2
* | debugger: "Add breakpoint" dialog cosmeticshjk2011-05-091-3/+4
* | debugger: introduce watchpoint-by-expressionhjk2011-05-0914-69/+151
* | debugger: fix output parsing for watchpoint on machjk2011-05-091-6/+16
* | Fix/add copyright headersTobias Hunger2011-05-06178-178/+178
* | Debugger: Fix Action enabling, implement breakOnMain for CDB.Friedemann Kleint2011-05-042-10/+11
* | Debugger: Pre-set memory address dialog in locals view.Friedemann Kleint2011-05-041-0/+2
* | CODA: Creator crashed when more than one debugging session is launchedPawel Polanski2011-05-041-0/+5
* | Debugger: Add Disassembler to register window context menu.Friedemann Kleint2011-05-041-0/+18
* | Debugger: Add 'Open Disassembler...' to stack window.Friedemann Kleint2011-05-043-6/+23
* | Debugger: Add setting for CDB console.Friedemann Kleint2011-05-045-9/+28
* | Debugger: Add 'Run in terminal' to Start External dialog.Friedemann Kleint2011-05-044-23/+46
* | debugger: add a comment, hopefully preventing an "obvious" simplificationhjk2011-05-031-0/+1
* | debugger: fix "run to line" on machjk2011-05-032-14/+22
* | Debugger: Added a start script (gdbinit) field in attach to core and in remot...Orgad Shaneh2011-05-037-8/+83
* | CODA: Application Output has been polishedPawel Polanski2011-05-031-1/+1
* | debugger: remove some windows specific workaround for gdb 5.5hjk2011-05-031-18/+0