summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* mode: make displayname, icon, priority, id, type data membershjk2011-04-141-13/+5
* core: make context and widget IContext data membershjk2011-04-141-17/+16
* debugger: re-work DisassemblerLine structurehjk2011-04-121-4/+4
* debugger: code cosmeticshjk2011-04-071-5/+0
* debugger: make "debugger font size follows main editor optional"hjk2011-04-011-0/+2
* debugger: remove 'Attach to TCF' start optionhjk2011-03-301-45/+0
* QmlDebugger: user input on watchesChristiaan Janssen2011-03-241-1/+1
* QmlDebugger: WatchersChristiaan Janssen2011-03-241-0/+1
* Debugger: Search all MSVC toolchains.Friedemann Kleint2011-03-221-16/+26
* Use distinct ABIs for MSVC versionsTobias Hunger2011-03-211-2/+2
* Debugger: Always add Qt install source mappings for gdb.Friedemann Kleint2011-03-181-0/+2
* Fix spelling of tool chain is user-visible strings and commentsTobias Hunger2011-03-161-1/+1
* Analyzer: Add status label.Friedemann Kleint2011-03-161-22/+5
* Debugger: Fix exit crash in debug mode (X11).Friedemann Kleint2011-03-151-2/+1
* Debugger: Add a flexible widget for source path substitutions.Friedemann Kleint2011-03-041-2/+6
* Debugger: Fix Ctrl-C console crash on Windows.Friedemann Kleint2011-03-021-8/+14
* debugger: load is load and save is save...hjk2011-02-281-1/+1
* SSH: Fix misnomers.Christian Kandeler2011-02-281-1/+1
* debugger: reset OperateByInstruction on runControlFinishedhjk2011-02-251-0/+1
* Debugger: Actually pass the debugger command from ToolChain.Friedemann Kleint2011-02-251-21/+23
* Debugger: Use Startparameters.debuggerCommand for command.Friedemann Kleint2011-02-251-0/+61
* Debugger: Improve configuration error reporting.Friedemann Kleint2011-02-251-2/+10
* Debugger: Add toolchain combos to start dialogs, refactor detection.Friedemann Kleint2011-02-241-18/+59
* debugger: don't leak the break handlerhjk2011-02-241-0/+3
* toolchain: fix enum naming stylehjk2011-02-231-4/+4
* Debugger: Move debugger executables configuration into toolchains.Friedemann Kleint2011-02-231-3/+7
* debugger: fix 'Jump To/Run to' when in instruction-wise modehjk2011-02-231-35/+38
* debugger: add a 'Debugger finished' statusbar messagehjk2011-02-231-0/+1
* debugger: move gdb binary list to common options page (unfinished)hjk2011-02-221-7/+11
* debugger: move common option pages into files of their ownhjk2011-02-221-196/+1
* debugger: save settings on saveSettingsRequestedhjk2011-02-221-3/+10
* debugger: set toolchains for core debugginghjk2011-02-221-10/+28
* ToolChain: Refactor toolchain supportTobias Hunger2011-02-211-15/+17
* Debugger: Make tooltips use standard text editor tooltips.Friedemann Kleint2011-02-211-1/+0
* debugger: allow attaching to core files on windowshjk2011-02-171-4/+0
* Debugger: Reduce tooltip flicker.Friedemann Kleint2011-02-171-37/+2
* Introduced a QML-specific debugger tool barThorbjørn Lindeijer2011-02-161-1/+5
* debugger: replace action(ExecuteCommand) be a direct function callhjk2011-02-161-10/+7
* Code cosmeticsThorbjørn Lindeijer2011-02-161-1/+1
* SSH: Choose better names for public types and variables.Christian Kandeler2011-02-151-3/+3
* L10n: First round of tr()-Fixes for 2.2Friedemann Kleint2011-02-141-1/+1
* move src/plugins/coreplugin/ssh to src/lib/utils/sshMilian Wolff2011-02-141-2/+2
* Debugger: Make tooltips pinnable.Friedemann Kleint2011-02-111-7/+21
* actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurablehjk2011-02-091-1/+1
* debugger: hide one of two ADD_TO_WATCH actions from the shortcut dialoghjk2011-02-091-1/+3
* debugger: action name cosmetichjk2011-02-091-6/+4
* debugger: improved error messages on startuphjk2011-02-081-2/+0
* debugger: reorganize starting from the command linehjk2011-02-081-184/+152
* Debugger: Documentation work on qtcreatorcdbext/Debugger.Friedemann Kleint2011-02-041-0/+23
* Some debugger actions were enabled in states where they wouldn't work.con2011-02-041-2/+13