summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.h
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Debugger: Fix attaching via QtSingleApplication.Friedemann Kleint2010-10-201-0/+1
* Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{}Friedemann Kleint2010-09-131-6/+5
* Debugger UI: Don't switch layout while debuggingLasse Holmstedt2010-08-271-0/+1
* debugger: deactivate debug mode if the last engine exitshjk2010-08-271-1/+0
* Qml Debugger: Enable debugging qml+cpp standalone applicationsLasse Holmstedt2010-08-241-0/+3
* Debugger: Refactor run control termination.Friedemann Kleint2010-08-201-5/+0
* debugger: remove unused DebuggerPlugin::stateChanged(int) signalhjk2010-08-111-3/+0
* debugger: make a few functions privatehjk2010-07-221-30/+32
* debugger: move convienience function to DebuggerEngine base classhjk2010-07-211-3/+3
* debugger: remove unused DebuggerPlugin::exitDebugger();hjk2010-07-211-1/+0
* debugger: remove unneeded DebuggerPlugin::state() fucntionhjk2010-07-211-1/+0
* debugger: move coreAboutToClose() check to DebuggerPluginhjk2010-07-201-0/+1
* Maemo: Get rid of MaemoDebugRunControl.ck2010-07-151-1/+3
* debugger: start moving to the async shutdown infrastructurehjk2010-07-151-3/+3
* debugger: make -debug binary@host:port[@arch] work on the commandline tohjk2010-07-151-1/+0
* debuygger: make snapshots using true parallel engineshjk2010-07-141-0/+1
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-131-1/+1
* debugger: don't load registers if view is not shownhjk2010-06-281-0/+2
* debugger: remove special mechanism to update watcher and return windowhjk2010-06-231-3/+1
* debugger: attempt to fix symbian output connectionshjk2010-06-231-2/+1
* debugger: fix addToWatchWindowhjk2010-06-231-4/+0
* debugger: make DebuggerPlugin::showStatusMessage privatehjk2010-06-221-1/+0
* debugger: link fixhjk2010-06-221-8/+1
* debugger: The DebuggerEngine refactoring.hjk2010-06-221-94/+77
* debugger: start 'runcontrol-ification' of the debugger plugin.hjk2010-06-141-1/+1
* debugger: refactor breakpoint handlinghjk2010-05-171-7/+8
* Revive TCF agenthjk2010-05-051-0/+2
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
* debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPluginhjk2010-04-091-0/+1
* debugger: add a context menu action to the stackview to create a fullhjk2010-03-301-0/+2
* Added automatic language switching option to debugger settingsLasse Holmstedt2010-03-181-0/+1
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-2/+0
* Debugger: Improve engine detection.Friedemann Kleint2010-03-171-1/+3
* debugger: re-enable basic support for reverse execution.hjk2010-03-111-3/+7
* Buildcon2010-03-101-1/+0
* debugger: use ITextEditor in DebuggerManagerhjk2010-03-101-1/+1
* debugger: closer dependency plugin<->manager, less signal/slot connectionshjk2010-03-101-5/+5
* Long live the king!hjk2010-03-051-1/+1
* Changed QML Inspector from a separate global mode to a plugin.Lasse Holmstedt2010-02-161-2/+6
* Debugger: Enable attaching with -client option.Friedemann Kleint2009-12-141-11/+13
* purge TCF agent cra^WstuffOswald Buddenhagen2009-10-081-2/+0
* debugger: make 'qtcreator -debug <corefile>' workhjk2009-09-301-0/+3
* debugger: move DisassemblerViewAgent from plugin to managerhjk2009-09-291-4/+1
* Build fix for Mac.con2009-09-281-2/+2
* Debugger: Export DebuggerManager and DebuggerStartParameters.Friedemann Kleint2009-09-251-2/+3
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-2/+2
* debugger: refactoringhjk2009-09-251-1/+1
* debugger: work on general shutdown handlinghjk2009-09-241-1/+0