aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerruncontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: remove DebuggerRunTool::setUseCtrlCStubDavid Schulz28 hours1-5/+0
* Debugger: Add debugger name to progress barhjk2 days1-1/+1
* Debugger: Provider Qt version externally to bridgeshjk2024-05-161-1/+1
* Use SSH port forwarding for debuggingBogDan Vatra2024-04-111-1/+11
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-191-4/+1
|\
| * Debugger: Fix Attach to QML Porthjk2024-02-191-4/+1
* | Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-161-6/+6
|/
* Introduce a function to register all local run configsDominik Holland2024-02-011-4/+2
* Debugger: Allow debugging of custom executables againhjk2024-01-301-0/+1
* QtSupport: Remove dead codeMarcus Tillmanns2024-01-171-3/+1
* Create RunConfiguration specific DebugWorkerFactoriesDominik Holland2024-01-171-1/+4
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-061-2/+0
|\
| * pdb: Fix duplication of command line argumentsFriedemann Kleint2023-12-061-2/+0
* | Debugger: add python debugger setting in run configurationDavid Schulz2023-12-041-104/+79
* | Python: use kits page in python wizardsDavid Schulz2023-11-281-2/+2
* | ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
|/
* Python: fix pdb debuggingDavid Schulz2023-11-211-1/+2
* DAP: Fix dap engine selection with the translated stringsArtem Sokolovskii2023-10-041-7/+3
* DAP: Add Python debuggingArtem Sokolovskii2023-08-311-4/+8
* DAP: Add engine chooserArtem Sokolovskii2023-08-281-3/+4
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-2/+2
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* DAP: Separate CMake and Gdb logic in DAP engineArtem Sokolovskii2023-08-081-2/+2
* DebuggerRunTool: Remove unused methodsJarek Kobus2023-07-211-10/+0
* DAP: Fix start CMake debug modeArtem Sokolovskii2023-07-141-9/+3
* DAP: Add CMake debug to the debug panelArtem Sokolovskii2023-07-141-0/+1
* Debugger: Adapt to latest settings access stylehjk2023-07-141-3/+3
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-1/+0
* Debugger: Support linux remote debugging with LLDBMarcus Tillmanns2023-07-061-1/+20
* DAP: Add CMake support to DAP engineArtem Sokolovskii2023-07-051-0/+8
* Debugger: Remove some path mappinghjk2023-07-041-3/+0
* RunControl: Remove initiateFinish() / finished()Jarek Kobus2023-07-041-8/+11
* Debugger: Fix remote debugging macosx appsMarcus Tillmanns2023-06-231-3/+7
* Debugger: Somewhat more direct server command constructionhjk2023-06-231-7/+4
* Debugger: Use CommandLine to set up debugger serverhjk2023-06-231-16/+16
* Debugger: Fix automatic source mapping for QtEike Ziller2023-06-161-1/+3
* Utils: Rework CheckableMessageBoxhjk2023-05-221-1/+1
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-8/+6
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Debugger: Add skeleton for a debugger adapter protocol using enginehjk2023-04-061-0/+4
* Debugger: Start debugserver for remote macOSMarcus Tillmanns2023-04-061-3/+26
* Debugger: Support piping dumpers into gdbhjk2023-04-051-1/+0
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-2/+2
* Debugger: Use more FilePath in source file handlinghjk2023-03-151-0/+3
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+4
* Debugger: Simplify paramenter setup on Windowshjk2023-02-071-4/+4
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1