aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Do not reset sysroot if override is not setOrgad Shaneh2020-07-201-1/+2
* Debugger: Remove name demanglerChristian Kandeler2020-07-2011-4394/+0
* Debugger: Remove ConsoleViewStyleChristian Stenger2020-07-161-40/+0
* Debugger: Do not send empty message on shutdownChristian Stenger2020-07-161-1/+0
* Debugger: disable load qml stack action for cdbDavid Schulz2020-07-141-2/+1
* Debugger: Support sysroot overrideOrgad Shaneh2020-07-065-3/+54
* Debugger: Fix UI text punctuationLeena Miettinen2020-07-062-3/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0610-17/+15
* Debugger: Use QRegularExpression in QmlInspectorhjk2020-06-241-4/+6
* Debugger: Some compilation with Qt 6hjk2020-06-244-8/+10
* Debugger: Fix a compiler warning about uninitialized variable useArtur Shepilko2020-06-231-0/+3
* Debugger: Port cdbengine to QRegularExpressionhjk2020-06-231-7/+10
* Debugger: Remove some uses of QRegExphjk2020-06-194-4/+1
* Debugger: Replace some QRegExp with QRegularExpressionChristian Stenger2020-06-191-65/+67
* Move Id from Core to UtilsEike Ziller2020-06-181-1/+2
* Add a menu to Debug mode that switches perspectivesEike Ziller2020-06-173-2/+25
* All: Use Utils::SkipEmptyPartshjk2020-06-174-10/+14
* Debugger: Remove one use of QStringRefhjk2020-06-161-6/+6
* Debugger: Remove left-over commenthjk2020-06-151-1/+0
* Various places: performance-for-range-copyAlessandro Portale2020-06-152-2/+2
* Debugger: Convert a QRegExp use in source path maphjk2020-06-104-8/+8
* Debugger: Use dialogParent instead of mainWindowEike Ziller2020-06-031-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-027-12/+16
* Debugger: Drop 'set print object on' for GDBhjk2020-05-251-1/+0
* Revert "Debugger: use correct environment for the cdb process"David Schulz2020-05-201-7/+7
* Debugger: Funnel some LLDB message to the AppOutputPanehjk2020-05-181-0/+2
* Android: Use adb:// in ConnectRemotehjk2020-05-152-0/+6
* Check for selection support of clipboardChristian Stenger2020-05-143-3/+6
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* Debugger: Fix warning about unused variableNikolai Kosjar2020-05-141-2/+2
* Debugger: use correct environment for the cdb processDavid Schulz2020-05-131-7/+7
* Debugger: And possibility to modify debugger process environmenthjk2020-05-132-1/+8
* Fix clang 10 warnings about unnecessary copies in range loopsChristian Kandeler2020-05-124-4/+4
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-111-1/+1
|\
| * add lower case a-f as address matchSebastian Verling2020-05-071-1/+1
* | Debugger: Start breakpoint manipulation syncronouslyhjk2020-05-072-8/+6
* | Debugger: Avoid race condition on setting initial LLDB breakpointshjk2020-05-071-2/+7
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-042-1/+5
|\|
| * Debugger: Fix crash after adjusting font sizeDavid Schulz2020-05-041-0/+4
| * Fix compatibility with Qt 6 QMutex's non-recursiveThiago Macieira2020-04-301-1/+1
| * Debugger: remove unused variableDavid Schulz2020-04-301-2/+0
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-282-2/+10
|\|
| * Debugger: Simplify 'long long int' to 'long long' in displayhjk2020-04-281-0/+1
| * Debugger: evaluate expression before assigning when using python dumperDavid Schulz2020-04-241-2/+9
* | Fix some clang warnings about unused lambda capturesChristian Kandeler2020-04-242-2/+2
* | Debugger: Handle failed breakpoints as unclaimedhjk2020-04-242-0/+6
* | Debugger: Remove unused variableChristian Kandeler2020-04-231-2/+0
* | Debugger: Fix breakpoint insertion stalling for UVSC engineDenis Shienkov2020-04-235-41/+99
* | Debugger: Minimize stalling at break-points insertion in UVSC engineDenis Shienkov2020-04-222-0/+54
* | Debugger: Fix warning about unexpected UVSC engine state changesDenis Shienkov2020-04-221-0/+2