summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make method naming more consistent.Tobias Hunger2010-01-071-8/+8
* Debugger: Enable attaching with -client option.Friedemann Kleint2009-12-141-34/+56
* Add a minimize/maximize action to the output panemae2009-12-141-1/+1
* debugger: make 'Add to watch' available in the editor context menu in debug modehjk2009-12-111-9/+18
* debugger: make Add to Watchwindow menu entry work againhjk2009-12-111-1/+7
* Remote Debugging Dialog: Make it possible to choose the debugger.ck2009-12-111-0/+3
* debugger: add a line edit to specify the local executable for gdb remotehjk2009-12-101-5/+11
* debugger: make remote gdb architecture user editablehjk2009-12-101-2/+4
* debugger: make watchdog timeout configurablehjk2009-12-091-0/+1
* debugger: avoid unpleasant line break in warninghjk2009-12-091-1/+1
* debugger: make use of full source file list optionalhjk2009-12-091-0/+1
* debugger: make the option to write timestamps to the log persistenthjk2009-12-081-0/+1
* Options: Sort by category, id.Friedemann Kleint2009-11-271-6/+6
* debugger: allow the user to hide the std:: and Qt's namespacehjk2009-11-251-0/+2
* Polish the settings dialog.Friedemann Kleint2009-11-241-23/+46
* Remove QSharedPointer<> for RunConfigurationdt2009-11-191-5/+4
* Merge commit '2be0845c7492ad991f23ce5c90c322df788b62b5'con2009-10-291-4/+4
|\
| * improve termination confirmation dialogOswald Buddenhagen2009-10-271-4/+4
* | Merge commit 'origin/1.3'con2009-10-271-1/+57
|\ \ | |/
| * Debugger: Fix exit crash, dump QVariantList with gdbFriedemann Kleint2009-10-271-0/+1
| * Debugger: Handle core shutdown, prompt user to terminate debugging.Friedemann Kleint2009-10-261-1/+56
* | Fix startExternal, attachExternal &more to not use a RunConfigurationdt2009-10-211-33/+8
* | Merge remote branch 'origin/1.3'Oswald Buddenhagen2009-10-201-0/+3
|\ \ | |/
| * Debugger: Use the code model to detect unitialized variables.Friedemann Kleint2009-10-161-0/+3
* | Add experimental Maemo support.ck2009-10-161-0/+2
* | Add support for "set sysroot" for remote debugging.ck2009-10-161-0/+3
|/
* purge TCF agent cra^WstuffOswald Buddenhagen2009-10-081-53/+0
* debugger: add option to automatically derefence pointers in locals&watchershjk2009-10-061-0/+1
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-6/+6
* debugger: re-enable "data drill down on mouse hover"hjk2009-10-011-1/+2
* Purge out include files in exported headersFriedemann Kleint2009-10-011-0/+1
* debugger: make 'address column' in stack and breakpoint view optionalhjk2009-10-011-4/+5
* debugger: fix 'Detach debugger' actionhjk2009-09-301-3/+4
* debugger: make 'qtcreator -debug <corefile>' workhjk2009-09-301-6/+20
* debugger: move DisassemblerViewAgent from plugin to managerhjk2009-09-291-24/+7
* debugger: rename StepByInstruction into OperateByInstructionhjk2009-09-291-7/+7
* Project explorer: Make public headers compile with NO_CAST_FROM_ASCIIFriedemann Kleint2009-09-291-0/+1
* Debugger: Export DebuggerManager and DebuggerStartParameters.Friedemann Kleint2009-09-251-3/+3
* Debugger: Work towards exporting DebuggerManager: Introduce d.Friedemann Kleint2009-09-251-12/+14
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-17/+17
* debugger: refactoringhjk2009-09-251-12/+12
* debugger: work on remote debugging using plain gdbserverhjk2009-09-241-0/+1
* debugger: work on general shutdown handlinghjk2009-09-241-33/+32
* act on http://bugreports.qt.nokia.com/browse/QTCREATORBUG-123hjk2009-09-231-3/+6
* debugger: make attaching to running process work againhjk2009-09-231-1/+1
* some cleanuphjk2009-09-221-8/+9
* don't reset location marker if it would stay on the same linehjk2009-09-221-4/+10
* debugger: refactoringhjk2009-09-171-11/+15
* debugger: work on startuphjk2009-09-171-1/+1
* debugger: create a disassembler view as main editorhjk2009-08-171-39/+31