aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-2/+2
* Debugger: Introduce a Ctrl-F9 shortcut to enable/disable breakpointshjk2022-01-041-13/+35
* Debugger: Use Book case for start actionhjk2022-01-031-1/+1
* Docker: Provide a means to select search paths for auto-detectionhjk2021-12-141-2/+2
* Debugger: Use FilePath for core files and surroundingshjk2021-09-291-16/+17
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-5/+5
* Use more FileUtils based file dialogshjk2021-08-191-4/+4
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-2/+1
* Docker: Add a button to list auto-detected kit itemshjk2021-07-211-0/+5
* Docker: Rework auto-detection and removal of kit itemshjk2021-07-141-2/+9
* Docker: Fix debugger auto-detectionhjk2021-07-141-2/+3
* Debugger: Register "Reload Debugging Helper" actionhjk2021-06-231-0/+15
* Docker: Auto-detect debugger binaries in docker deviceshjk2021-06-211-0/+5
* Debugger: Claim usability also for docker deviceshjk2021-06-181-1/+1
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Debugger: Use an aspect for the source path mappinghjk2021-03-091-8/+0
* Debugger: Aspectify settingshjk2021-03-031-37/+13
* Debugger: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-8/+8
* Debugger: Drop the EngineSetupOk statehjk2021-01-051-15/+9
* Use new, more evocative MessageManager APIEike Ziller2020-12-161-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-3/+3
* Utils: Allow BaseTreeView users to hide columns manuallyhjk2020-11-101-20/+2
* Utils: Start replacing SavedActions by QAction or Utils::Aspecthjk2020-10-051-2/+2
* Debugger: Fix build with Qt6Eike Ziller2020-09-181-0/+2
* Debugger: Support sysroot overrideOrgad Shaneh2020-07-061-0/+10
* Add a menu to Debug mode that switches perspectivesEike Ziller2020-06-171-0/+2
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-5/+5
* Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-04-031-2/+1
|\
| * Debugger: Create central widget earlierv4.11.2hjk2020-03-251-2/+1
* | ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* | Debugger: Remove "IdentifyDebugInfoPackages" featurehjk2020-02-251-43/+0
* | Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+1
* | Remove apparently unneeded QtPlugin includeshjk2020-02-121-1/+0
* | Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+1
* | Debugger: Move PerspectiveState registrationhjk2020-02-111-0/+3
* | Debugger: Use new IOptionPage convenience for global optionshjk2020-01-091-7/+6
* | Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-3/+3
* | ProjectExplorer: Move some build-related code to BuildManagerChristian Kandeler2019-12-191-1/+1
* | Debugger: Rename some GdbServer* to DebugServer*hjk2019-12-171-1/+1
* | Debugger: Add ability to hide view columnshjk2019-12-131-0/+20
* | Debugger: Avoid a few clang warningshjk2019-12-101-6/+6
* | Debugger: Remember sizes and order of the columns in the debugger viewshjk2019-12-101-0/+1
* | ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-5/+3
* | ClangTools/Debugger: Fix resource name clashNikolai Kosjar2019-11-281-1/+1
|/
* Debugger: Prohibit multi selection on debugger presetsChristian Stenger2019-10-181-0/+1
* Port setMargins to setContentsMarginsLaurent Montel2019-10-161-1/+1
* Debugger: Fix MSVC warningOrgad Shaneh2019-10-071-1/+1
* Debugger: Move convenience function to only userhjk2019-09-251-11/+0
* Debugger: Move showModule{Sections,Symbols} to DebuggerEnginehjk2019-09-251-67/+0