summaryrefslogtreecommitdiffstats
path: root/recipes/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-boot2qt layerSamuli Piippo2018-03-122-80/+0
| | | | | | | | | | | Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
* prebuild-python: get complete python modules packageSamuli Piippo2017-11-291-0/+1
| | | | | | | | | | | | The prebuild package used by QtCreator did not contain all the necessary python modules needed by gdb. Get complete package from python.org. Also make sure those are located by both python.exe and gdb. We still need the original package to provide all the development files not included in the embeddable zip file. Task-number: QTBUG-64855 Change-Id: I109eea70390560e76a668996dfff5bf03424765b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* mingw: upgrade windows python to 3.5.2Samuli Piippo2017-08-102-5/+44
| | | | | | | | | | This adds support for 64bit windows toolchain with using different binary archives for the prebuild python when building i686 and x86_64 mingw toolchains. Task-number: QTBUG-58918 Change-Id: I1a02546749dd924fd3d2222bbbebf74b31dab07d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* gdb: fix build for mingw toolchainSamuli Piippo2017-08-101-0/+1
| | | | | | | | Build fails with "error: '::hypot' has not been declared" due to python bug (issue11566). Change-Id: I2d9f42ec4f3271f056488e5456be940cf9b0c69e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* mingw: do not use PN for DEPENDSSamuli Piippo2017-03-091-1/+1
| | | | | | | | Using _${PN} for DEPENDS does not work as expected, which meant that gdb never had python as a build dependency. Change-Id: Idfd5f0bef44c25b0fb13942d5a07675c2e536a00 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* gdb: correctly enable python support for mingwSamuli Piippo2016-12-161-1/+1
| | | | | Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* gdb: correctly enable python for mingw sdk buildSamuli Piippo2016-11-301-0/+1
| | | | | | | | | | Needs a fix in meta-mingw to correctly enable python for gdb build. Fixes raspberrypi toolchain on windows which did not include python support in the gdb. Task-number: QTBUG-57316 Change-Id: I98f7147420b03dd877ba10866f69ec1c53a870f0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* gdb: rename recipe to match upstream versionSamuli Piippo2016-04-081-0/+0
| | | | | Change-Id: I29ed4ca799f064360f22947df87c52ceafb42ada Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use prebuild windows python to create a python enabled gdb.David Schulz2016-01-141-0/+31
| | | | | Change-Id: I3cb97636ed064a1e9fd2a45f8fe0b12edba52428 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Move to yocto 1.5 dora branchSamuli Piippo2014-01-301-35/+0
| | | | | | | | | | Remove recipe appends that are fixed upstream and make changes needed for 1.5 branch. Tested and verified with nitrogen6x. Change-Id: I7b8ca04f2f4523fa5113bbe43767e3e90f243cd9 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-251-0/+22
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* gdb-cross-canadian: use correct exec-prefix path for pythonSamuli Piippo2013-06-032-34/+13
| | | | | | | | | | | | | Incorrect exec-prefix path was given to gdb which leads to gdb startup failure when SDK is not installed to its original destination. Gdb relocates the exec-prefix path, so it will work for SDKs that are installed to different location. PYTHONHOME env in no longer neeeded for gdb. Upstreamed to oe-core, putting here until it gets merged Change-Id: If3f5125a6063bf9eae56b2b6ecbdebb9939ad362 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* gdb: fix gdb's dependency to PYTHONHOME envSamuli Piippo2013-05-212-0/+34
gdb was unable to locate python without using PYTHONHOME environment variable. Change-Id: I5fe5d37ab88a0d186f91dbedcab1a480869da311 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>