summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Shuffle plugin setup code aroundhjk2019-09-235-297/+248
* Debugger: Inline rarely used convienience functionhjk2019-09-204-8/+4
* Debugger: Do not forget perspective layouts on unused perspectiveshjk2019-09-202-126/+114
* Debugger: Code cosmeticshjk2019-09-182-12/+5
* Debugger: Reduce scope of explicit use of perspective windowshjk2019-09-181-47/+43
* Android multi arch supportBogDan Vatra2019-09-162-0/+7
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-1/+1
|\
| * Fix MSVC warningsOrgad Shaneh2019-09-111-1/+1
* | Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-1/+1
* | Remove unused QObject parent arguments on options pageshjk2019-09-112-6/+6
* | ProjectExplorer: Use std::function for SimpleTargetRunner::start()hjk2019-09-043-52/+41
* | ClangTools: Support loading exported diagnosticsNikolai Kosjar2019-09-032-0/+13
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-027-17/+18
* | Debugger: Inline/Remove rarely used argument handlinghjk2019-09-022-19/+7
* | Debugger: Move toFileInProject to QmlEnginehjk2019-09-024-16/+16
* | ProjectExplorer: Rename BaseStringAspect::{f,setF}ileNamehjk2019-08-291-1/+1
* | Let PortsGatherer produce full URLs instead of ports onlyhjk2019-08-262-17/+3
* | Utils::Environment: Use expanded valuesChristian Kandeler2019-08-202-3/+3
* | Debugger: Remove unused QmlEngine::startupMessageFilterConnectionhjk2019-08-191-3/+0
* | Debugger: Remove unused QmlEngine::sourceEditorshjk2019-08-191-11/+0
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-122-3/+3
|\ \ | |/
| * Debugger: Update breakpoint marker earlierChristian Stenger2019-08-121-1/+1
| * Use common functions for handling ampersands/acceleratorsEike Ziller2019-08-091-2/+2
* | ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-17/+13
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-071-1/+1
|\ \ | |/
| * Debugger: Allow spaces in arguments with LLDBhjk2019-08-061-1/+1
* | Remove some unused QDesktopWidget includesEike Ziller2019-08-051-1/+0
* | Debugger: Make peripheral register group menu scrollableDenis Shienkov2019-08-051-0/+1
* | Debugger: Work around a Qt deprecation warninghjk2019-08-021-1/+1
* | Some clang-tidy -use-modernize-nullptrhjk2019-08-012-2/+2
* | Debugger: File file order in CMakeLists.txthjk2019-08-011-1/+1
* | Debugger: Fix cmake buildhjk2019-08-011-0/+1
* | Debugger: Fix start/stop bits order in peripheral register field tooltipDenis Shienkov2019-08-011-1/+1
* | Debugger: Fix qbs buildNikolai Kosjar2019-08-011-0/+1
* | Debugger: Add peripheral registers description file supportDenis Shienkov2019-07-317-28/+1275
* | Filter leading GDB messages during version detectionAntonio Di Monaco2019-07-291-1/+7
* | Compile fix with recent Qt devhjk2019-07-294-49/+24
* | Debugger: Code cosmeticshjk2019-07-268-26/+32
* | Standardize on int for line and column valueshjk2019-07-263-5/+5
* | Utils: Add CommandLine convenience constructorshjk2019-07-232-4/+2
* | Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-3/+3
* | Avoid warning on empty expressionshjk2019-07-2314-22/+22
* | Debugger: Only append ".exe" for symbol file if necessaryMichael Weghorn2019-07-181-2/+2
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-124-5/+6
|\ \ | |/
| * Remove more deprecation warningshjk2019-07-052-3/+3
| * Debugger: Robustify QmlInspectorAgent::onResulthjk2019-07-051-1/+2
| * Avoid more deprecation warningshjk2019-07-051-1/+1
* | Debugger: Auto-detect installed GNU debuggers for ARM on WindowsDenis Shienkov2019-07-101-1/+35
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-043-8/+8
|\ \ | |/
| * More Utils::toSet/toListhjk2019-07-042-2/+2