summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-9/+9
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Debugger: Add skeleton for a debugger adapter protocol using enginehjk2023-04-061-0/+1
* Debugger: Support piping dumpers into gdbhjk2023-04-051-5/+0
* Fix include styleJarek Kobus2023-03-241-3/+3
* Debugger: Use more FilePaths in module handling interfacehjk2023-03-141-9/+9
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-131-4/+0
|\
| * Revert "Debugger: Fix write error on terminated GDB process"David Schulz2023-03-061-4/+0
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-021-0/+4
|\ \ | |/
| * Debugger: Fix write error on terminated GDB processOrgad Shaneh2023-02-281-0/+4
* | Debugger: add <load more> functionality to array dumperDavid Schulz2023-02-271-4/+5
|/
* Remove unneeded includes of task.h and taskhub.hJarek Kobus2023-02-141-1/+0
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-2/+2
* 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