summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Make most of tooltip label a handle for dragging.hjk2014-11-101-1/+2
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-102-3/+0
* Fix compilation with Qt 5.3Orgad Shaneh2014-11-102-5/+9
* Debugger: Rename hide to hideAllToolTips in tooltipmanager.cpphjk2014-11-071-5/+5
* Debugger: Simplify debuggertooltipmanager.hhjk2014-11-072-295/+269
* Debugger: Expose WatchModel signalshjk2014-11-075-124/+91
* Debugger: Fix number of appearances of data watch pointshjk2014-11-071-1/+4
* Debugger: Do not directly call Engine::notify() functions from other threadshjk2014-11-041-2/+1
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-033-6/+6
* Fix debugging in iOS SimulatorEike Ziller2014-10-301-0/+3
* Cdb: Replace postCommand("g") with doContinueInferior.David Schulz2014-10-281-3/+3
* Debugger engine types: Add note about keeping compatibilityEike Ziller2014-10-281-0/+2
* Debugger: Fix crash after creator shutdownDavid Schulz2014-10-281-1/+1
* Debugger: Fix attach external application.David Schulz2014-10-281-4/+2
* Debugger: notify engine if remote process finishes on androidUlf Hermann2014-10-241-0/+2
* Debugger: Replace debuggerCore() by equivalent free functionshjk2014-10-2320-244/+255
* Remove KitInformationMacroExpanderhjk2014-10-231-1/+0
* Fix MSVC2010 compilationOrgad Shaneh2014-10-231-1/+1
* Debugger: Use Qt5-style connects in DebuggerKitConfigWidgethjk2014-10-223-12/+14
* Capitalize macro nameshjk2014-10-221-1/+1
* Debugger: Remove the special do-nothing-if-not-moved far enoughhjk2014-10-222-35/+10
* Make expanders work with subexpandershjk2014-10-212-9/+7
* Debugger: Go back to normal after attempting to kill GDBhjk2014-10-211-0/+2
* Debugger: Move RunControl creation helper code to debuggerruncontrol.cpphjk2014-10-216-145/+167
* Debugger: Consolidate RunControl creationhjk2014-10-2015-148/+82
* Debugger: Remove messaging indirection in DebuggerRunControlhjk2014-10-174-22/+16
* Debugger: Remove DebuggerRunControl::runConfigurationhjk2014-10-172-10/+0
* Debugger: Move more RunControl setup to factoryhjk2014-10-172-79/+50
* Debugger: Don't issue monitor commands for local debugginghjk2014-10-172-1/+4
* Debugger: Make WatchDelegate less dependent on WatchViewhjk2014-10-171-6/+3
* MacroExpander: Fall back to global expanderhjk2014-10-163-7/+6
* Debugger: Display parsed gdb version in build&run debugger listhjk2014-10-164-2/+39
* License update.Eike Ziller2014-10-151-1/+1
* CDB: Make it possible to kill the cdb...David Schulz2014-10-152-0/+14
* VariableChooser: Reworkhjk2014-10-156-14/+16
* MacroExpander: Allow registering local expansionshjk2014-10-156-16/+14
* Debugger: Remove unused values from DebuggerStartModeOrgad Shaneh2014-10-144-40/+2
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-14185-1295/+1480
|\
| * License updateEike Ziller2014-10-09186-1297/+1482
* | Utils: Move MacroExpander to file pair of its ownhjk2014-10-131-0/+1
* | TextEditor: Move some enums to namespace scopehjk2014-10-131-3/+3
* | Debugger: Add an macro expander for debugger engine typehjk2014-10-102-2/+18
* | Re-introduce option to toggle FancyMainWindow auto-hidinghjk2014-10-092-2/+13
* | Debugger: Support gdbservers that don't have --once againhjk2014-10-061-0/+1
* | TextEditor: Make mark requests operate on widgets, not editorhjk2014-10-021-26/+21
* | Debugger: Fix wrong display of \r and \nOrgad Shaneh2014-09-291-3/+3
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-2923-45/+45
* | QML Debugger: prevent possible nullptr deref.Erik Verbruggen2014-09-291-1/+1
* | Debugger: Remove unused fix cdb integer functionshjk2014-09-292-44/+0