aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/cdb
Commit message (Expand)AuthorAgeFilesLines
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-2/+2
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-111-2/+4
|\
| * Debugger: Fix setting of Qt version fallback, againhjk2021-11-101-2/+4
* | Utils: Make Utils::is64BitWindowsBinary operate on FilePathshjk2021-11-111-1/+1
|/
* Debugger: show info when installed qt misses debug symbolsDavid Schulz2021-10-282-2/+63
* Debugger: use FilePath in stack framesDavid Schulz2021-10-271-4/+4
* Debugger: use Qt version from kit as fallback for dumperDavid Schulz2021-10-251-0/+2
* Docker: mount python dumpers to deviceDavid Schulz2021-10-251-1/+1
* Debugger: Use FilePath for core files and surroundingshjk2021-09-291-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-7/+7
* Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-232-3/+3
* Fix some compiler warningsChristian Kandeler2021-08-181-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-9/+8
* Use refactored ProcessModeJarek Kobus2021-08-091-0/+1
* CDB: Fix UI textLeena Miettinen2021-07-021-1/+1
* Do not pass QStringView by const referenceKai Köhne2021-06-172-2/+2
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-5/+4
* Debugger: more QString > FilePath replacementsDavid Schulz2021-05-281-15/+15
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Debugger: Use QtcProcess instead of SynchronousProcess::stopProcess()hjk2021-05-031-3/+2
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-1/+1
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-3/+6
* Debugger: Use an aspect for the source path mappinghjk2021-03-091-1/+1
* Debugger: Aspectify settingshjk2021-03-035-252/+110
* Debugger: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-12/+12
* Debugger: Drop base DebuggerEngine::runEngine()hjk2021-01-052-1/+2
* Debugger: Remove DebuggerEngine::stateAcceptsBreakpointChanges()hjk2020-12-182-14/+0
* Avoid more uses of non-explicit QChar(int) constructorhjk2020-11-101-1/+1
* Utils: Start replacing SavedActions by QAction or Utils::Aspecthjk2020-10-051-2/+2
* Debugger: Fix build with Qt6Eike Ziller2020-09-182-13/+18
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-1/+13
|\
| * Add support for multiple Qt versions in "Load QML Stack"Dominik Holland2020-09-111-1/+13
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-211-0/+2
|\|
| * Debugger: use additional cdb argumentsDavid Schulz2020-08-181-0/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-2/+1
|\|
| * Debugger: disable load qml stack action for cdbDavid Schulz2020-07-141-2/+1
* | Small Qt 6 migration stuffhjk2020-07-291-1/+1
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* | Some Qt6 portinghjk2020-07-091-3/+3
|/
* Debugger: Some compilation with Qt 6hjk2020-06-241-2/+2
* Debugger: Port cdbengine to QRegularExpressionhjk2020-06-231-7/+10
* All: Use Utils::SkipEmptyPartshjk2020-06-171-6/+7
* Revert "Debugger: use correct environment for the cdb process"David Schulz2020-05-201-7/+7
* Debugger: use correct environment for the cdb processDavid Schulz2020-05-131-7/+7
* Fix clang 10 warnings about unnecessary copies in range loopsChristian Kandeler2020-05-121-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-281-2/+9
|\
| * Debugger: evaluate expression before assigning when using python dumperDavid Schulz2020-04-241-2/+9