summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: add 'inline benchmarking' for the plugin itselfhjk2012-01-261-1/+35
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* debugger: integrate state test into test automation frameworkhjk2012-01-251-55/+149
* ProjectExplorer: make currentProject statichjk2012-01-241-1/+1
* Use new static ICore interface.hjk2012-01-241-13/+8
* debugger: work on autotest integrationhjk2012-01-241-0/+116
* Debugger: Remove duplicated linesKai Koehne2012-01-231-2/+0
* debugger: compile fix in lldb supporthjk2012-01-201-1/+1
* TC: Use FileName for debuggerCommand()Tobias Hunger2012-01-191-1/+1
* debugger: handle RunToLine and JumpToLine in assemblerhjk2012-01-171-7/+14
* Use Utils::FileName in abiTobias Hunger2012-01-171-2/+2
* debugger: replace static capability check by something potentially dynamichjk2012-01-161-14/+13
* ScriptConsole: RefactorAurindam Jana2012-01-161-23/+1
* debugger: better guess at engine capabilities in dummy enginehjk2012-01-131-1/+23
* Let Command construct its description (former defaultText) itself.Eike Ziller2012-01-121-6/+6
* debugger: sort entries in Windows->Views the same way as in the dock context ...hjk2012-01-121-0/+2
* debugger: make Shift-F5 exit when debugging a core filehjk2012-01-111-2/+2
* ProjectExplorer: use enum instead of QString for run modehjk2012-01-111-12/+10
* debugger: fix regression in breakpoint context menuhjk2012-01-101-0/+2
* debugger: remove the "expert start modes"hjk2012-01-071-11/+7
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-56/+58
* debugger: use setUniformRowHeights for the modules viewhjk2011-12-191-0/+1
* debugger: remove gnutarget settinghjk2011-12-191-13/+0
* tr()-Fixes.Friedemann Kleint2011-12-131-1/+1
* debugger: introduce "expert mode" for rarely used start modeshjk2011-12-121-24/+34
* debugger: remove accidentally duplicated optionspagehjk2011-12-081-3/+0
* debugger/remotelinux: new dialog to attach to remote processhjk2011-12-081-38/+102
* debugger: clearer naming for some of the remote operationshjk2011-12-071-40/+79
* Editor: Bookmark when Shift-clicking the gutterLeandro Melo2011-12-021-4/+11
* debugger: also resize return value window columns when locals changehjk2011-11-151-0/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| * debugger: cleaner debugger abortinghjk2011-11-021-9/+9
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-011-1/+1
|\ \ | |/
| * Fix showing of "Debugging Helper Missing" warning.Eike Ziller2011-10-311-1/+1
* | debugger: fix "unexpected" state changes when aborting the debuggerhjk2011-10-311-9/+9
* | Add support to force skip deploy before running or debuggingYuchen Deng2011-10-281-6/+42
* | Debugger: Always prefer files in loaded projects even for "Attach to QML Port"Kai Koehne2011-10-281-0/+17
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-281-21/+25
|\ \ | |/
| * debugger: fix order of special actions to start debugginghjk2011-10-191-21/+25
* | debugger: fix hard-coded location of declarative debug symbolshjk2011-10-271-1/+1
* | Add "Ctrl+F10" for "Run to Line" actionYuchen Deng2011-10-261-1/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-1/+7
|\ \ | |/
| * Debugger: Automatically adapt to the languages the running engine supportsKai Koehne2011-10-131-0/+2
| * Debugger: Avoid 'start debugging' action being enabled why debuggingKai Koehne2011-10-131-0/+4
| * Debugger: Expose which languages (QML, C++, Any) an engine supportsKai Koehne2011-10-131-1/+1
* | debugger: fix typohjk2011-10-131-1/+1
* | QmlJSScriptConsole: Refactored ScriptConsole, added functionality.Aurindam Jana2011-10-121-10/+22
* | QmlProfiler: Allow user to specify a sysroot for "Attach to Port"Kai Koehne2011-10-121-0/+6
|/
* Debugger: Always show "Start Debugging" methodsKai Koehne2011-10-101-25/+42