summaryrefslogtreecommitdiffstats
path: root/recipes/gdb/files
Commit message (Collapse)AuthorAgeFilesLines
* gdb-cross-canadian: use correct exec-prefix path for pythonSamuli Piippo2013-06-031-30/+0
| | | | | | | | | | | | | 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-211-0/+30
gdb was unable to locate python without using PYTHONHOME environment variable. Change-Id: I5fe5d37ab88a0d186f91dbedcab1a480869da311 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>