aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Compile winutils on all platformhjk2014-02-201-6/+2
* Debugger: Replace a few mainwindow uses with dialogparenthjk2014-02-121-8/+8
* Attach to unstarted ApplicationPetar Perisin2014-02-121-15/+88
* Fix compilation with Qt 5.0.0Orgad Shaneh2014-01-211-1/+1
* Debugger: Fix compilation for Qt4aportale2014-01-201-0/+2
* Debugger: Make the text of error message box selectableAlessandro Portale2014-01-161-0/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Debugger: Remove some unused functions from WatchHandlerhjk2014-01-061-10/+0
* | Debugger: Remove support for non-Python GDBhjk2014-01-061-4/+0
* | Debugger: Simplify "debug last command"hjk2014-01-061-9/+0
* | Rename QString ITextEditorDocument::contents --> plainTextEike Ziller2013-12-101-4/+4
|/
* Fix crash on exitKai Koehne2013-11-191-2/+0
* Debugger: Remove some dead codehjk2013-11-081-2/+0
* Debugger: Interrupt inferior via signal operation on Windows.David Schulz2013-11-051-3/+3
* QNX: Fix debugging on QNX >6.5Tobias Nätterlund2013-11-041-1/+0
* Debugger: Move classes into their own filesTobias Hunger2013-10-281-0/+2
* Debugger: Fix setting of breakpoints in disassembler viewhjk2013-10-171-8/+7
* Debugger: Keep secondary dialogs on top of the main windowhjk2013-10-171-12/+12
* Debugger: Refactor DebuggerItemManager classEl Mehdi Fekari2013-10-151-0/+1
* Debugger: Remove DEBUGGER_TEST issues categoryhjk2013-10-141-2/+0
* IDevice: Add a qmlProfilerHost functionhjk2013-10-111-8/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-3/+5
|\
| * Doc: edit debugger API docsLeena Miettinen2013-09-091-3/+5
* | KitChooser: Add a 'Manage' button for quick setting accesshjk2013-09-131-0/+1
* | ProjectExplorer: Clean up KitsManager APIhjk2013-09-111-8/+5
* | Debugger: Silence warnings about unused test codehjk2013-09-101-17/+17
* | Debugger: Disable state machine testhjk2013-09-101-34/+34
* | ProjectExplorerPlugin: Make settings accessor statichjk2013-09-061-1/+1
* | BuildManager: apply 'static' patternhjk2013-09-051-2/+1
* | MessageManager: General cleanup.hjk2013-09-051-1/+1
* | SessionManager: Apply 'static' patternhjk2013-09-051-28/+17
* | Debugger: Streamline settings access patternhjk2013-09-051-44/+29
* | Debugger: Don't add invalid items during validationhjk2013-09-051-2/+1
* | Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+1
* | EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-3/+2
* | ProjectExplorer: Introduce per-kit debugger configuration pagehjk2013-08-291-1/+5
* | KitManager: Use static API as other singletons doTobias Hunger2013-08-211-7/+7
* | Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-0/+1
|\|
| * Debugger: Clear undo/redo stacks when debugging session is finishedOrgad Shaneh2013-08-011-0/+1
* | Debugger: Remove some deprecated methodshjk2013-08-191-4/+4
* | TaskHub: Move code to be more conform with other singletonsTobias Hunger2013-08-191-0/+8
* | Device support: Rename DeviceProcess to DeviceProcessItem.Christian Kandeler2013-08-081-2/+2
* | Introduce Project::projectFilePath()Tobias Hunger2013-08-011-1/+1
* | Fix coding style for else statementsOrgad Shaneh2013-07-171-7/+5
* | Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-1/+1
* | Debugger: give the qmlToolBar a parent.Erik Verbruggen2013-07-121-1/+1
* | Work with documents instead of editors where possible in debuggerEike Ziller2013-07-121-13/+10
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-7/+7