aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/gdbengine.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-061-1/+0
|\
| * Debugger: Rework timeout handlinghjk2024-03-051-1/+0
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* Debugger: Re-use state updating code on short cut pathshjk2024-02-051-0/+1
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Debugger: Use more FilePath in source file handlinghjk2023-03-151-6/+6
* Debugger: Use more FilePaths in module handling interfacehjk2023-03-141-4/+4
* GDB: Adapt to message change on 13.1Orgad Shaneh2023-03-011-0/+1
* Debugger: Save a few string allocations on result parsinghjk2023-02-241-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-6/+2
* GdbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-211-0/+1
* GdbEngine: Connect to QtcProcess::done() signalJarek Kobus2022-04-141-2/+1
* Debugger: Use FilePath for core files and surroundingshjk2021-09-291-1/+1
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-0/+2
|\
| * GDB: Ignore initial SIGTRAP when debugging mingw32 with gdb64Orgad Shaneh2021-09-091-0/+1
| * Debugger: Fix debugging 32-bit mingw console app with 64-bit gdbOrgad Shaneh2021-09-091-0/+1
* | Debugger: Simplify some path uses in GdbEnginehjk2021-08-191-1/+1
|/
* Debugger: Introduce a GdbEngine::usesOutputCollector helperhjk2021-06-221-0/+2
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-1/+1
* Add gdb tracepoint support for LinuxMattias Johansson2021-02-021-0/+4
* Debugger: Split remote and local attach handlershjk2021-01-081-1/+2
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-1/+1
* Debugger: Move initial GDB breakpoint settings after target setuphjk2021-01-061-0/+1
* Debugger: Simplify gdb startuphjk2021-01-061-8/+1
* Debugger: Drop GdbEngine::listFeatures()hjk2021-01-061-1/+0
* Debugger: Drop base DebuggerEngine::runEngine()hjk2021-01-051-1/+1
* Debugger: Remove DebuggerEngine::stateAcceptsBreakpointChanges()hjk2020-12-181-1/+0
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+2
* Debugger: Remove "IdentifyDebugInfoPackages" featurehjk2020-02-251-1/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Debugger: Add peripheral registers description file supportDenis Shienkov2019-07-311-0/+4
* Debugger: Rework step{In,Out,Over} handlinghjk2018-10-161-4/+2
* Debugger: Streamline ThreadHandlerhjk2018-08-211-1/+1
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-24/+20
* Debugger: ModernizeAlessandro Portale2018-07-251-1/+1
* Debugger: Remove unused DebuggerEngine::isSynchronoushjk2018-07-241-2/+0
* GDB: Fix display of disassembly with optimizationsOrgad Shaneh2018-07-241-0/+1
* Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+1
* Debugger: Remove the RebuildBreakpointModel command flagshjk2018-03-221-2/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-5/+0
|\
| * Debugger: Move DebugInfoTask handling to pluginhjk2018-03-081-5/+0
* | Debugger: Allow disabling individual breakpoint locationshjk2018-02-011-0/+1
|/
* Debugger: Merge EngineSetup and InferiorSetup start phaseshjk2017-12-061-1/+1
* Debugger: Do not duplicate statehjk2017-10-171-1/+0
* Debugger: Code cosmeticshjk2017-10-171-2/+0