summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Don't call FutureProgress::setKeepOnFinish(HideOnFinish)Jarek Kobus2023-01-051-1/+0
* Debugger: Fix crash on start debuggingMarcus Tillmanns2022-10-251-2/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-301-2/+1
* Editor: paint location marker over everything elseDavid Schulz2022-09-071-0/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-201-4/+6
|\
| * Debugger: Load dumpers from the device that runs gdbhjk2022-07-141-4/+6
* | Debugger: Convert to Tr::trhjk2022-07-081-109/+107
|/
* Debugger: Avoid crash when debugging with remote cdb engineChristian Stenger2022-06-281-1/+2
* Debugger: Use ProcessResultData a bit morehjk2022-06-161-7/+8
* Utils: Replace Environment::size() check by some isValid() functionhjk2022-06-031-2/+2
* Debugger: Remove one use of Runnable::devicehjk2022-05-251-8/+5
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* Debugger: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-031-3/+4
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-0/+1
* Editor: make sure to update marker on annotation changeDavid Schulz2022-03-151-1/+0
* Debugger: Introduce a Ctrl-F9 shortcut to enable/disable breakpointshjk2022-01-041-3/+6
* Debugger: Robustify view accesshjk2021-11-091-0/+5
* Debugger: Use FilePath in DebuggerEngine::gotoLocation()hjk2021-10-291-1/+1
* Debugger: make inappropriate debugger warning silenceableDavid Schulz2021-10-281-27/+42
* Debugger: use FilePath in stack framesDavid Schulz2021-10-271-1/+1
* Docker: mount python dumpers to deviceDavid Schulz2021-10-251-0/+2
* Debugger: Use correct macroExpander when substituting regexpOrgad Shaneh2021-10-161-1/+1
* Debugger: Expand macros in "Additional Startup Commands"hjk2021-10-151-1/+1
* Debugger: Use FilePath for core files and surroundingshjk2021-09-291-1/+1
* Debugger: Make ElfReader work remotelyhjk2021-09-091-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-6/+6
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-2/+1
* Debugger: Register "Reload Debugging Helper" actionhjk2021-06-231-1/+0
* Debugger: Don't pass comments as custom commands to backendshjk2021-05-051-2/+9
* Debugger: Fix compilation with Qt 6Eike Ziller2021-04-131-1/+2
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-161-0/+5
|\
| * Debugger: Add more information about the debugee when debugginghjk2021-03-161-0/+5
* | Debugger: Use an aspect for the source path mappinghjk2021-03-091-3/+3
* | Debugger: Move interpretation on nature of source path mapping to user codehjk2021-03-051-11/+11
* | Debugger: Aspectify settingshjk2021-03-031-16/+16
|/
* Debugger: Show Threads dock by defaultOrgad Shaneh2021-02-251-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-201-2/+5
|\
| * Debugger: log the debugger exitcode also in hexDavid Schulz2021-01-191-2/+5
* | Debugger: Add an option to show simple values as text annotationshjk2021-01-201-0/+1
* | Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-2/+2
* | Debugger: Mark currently hit breakpoint in breakpoint viewhjk2021-01-071-0/+3
* | Debugger: Drop the EngineSetupOk statehjk2021-01-051-10/+3
* | Debugger: Drop base DebuggerEngine::runEngine()hjk2021-01-051-1/+0
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-201-3/+0
|\ \ | |/
| * Debugger: Don't use QApplication::alert too oftenhjk2020-11-201-3/+0
* | Utils: Allow BaseTreeView users to hide columns manuallyhjk2020-11-101-0/+7
|/
* Debugger: Activate split that contains the breakpoint being hitDavid Schulz2020-09-161-4/+6