summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdb
Commit message (Collapse)AuthorAgeFilesLines
* gdb: add missing space to the _appendSamuli Piippo2017-10-161-1/+1
| | | | | | | Task-number: QTBUG-63801 Change-Id: I14e0d1b8c4b7ba4d21820cb8254805a86f007b0c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* gdb-cross-canadian_7.9.1: Work with all 7.% versionsupstream/krogothJuro Bystricky2016-09-281-0/+2
| | | | | | | Tested with 7.11. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdb-cross-canadian_7.8.1: updated to gdb-cross-canadian_7.9.1Juro Bystricky2015-08-091-0/+0
| | | | | | | | Renamed gdb-cross-canadian_7.8.1.bbappend to gdb-cross-canadian_7.9.1.bbappend, to match the updated recipe gdb-cross-canadian_7.9.1.bb. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdb-cross-canadian: Update 7.7.1 -> 7.8.1Richard Purdie2014-11-121-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdb-cross-canadian: remove ncurses and python deps from mingw32 buildsRichard Tollerton2014-07-181-0/+5
Python has never appeared to build under mingw; those who have gotten gdb builds working under mingw have extracted the MSIs from python.org. In lieu of that approach, just disable python support for now. nativesdk-ncurses has several build problems, the least surmountable of which is that it doesn't appear to build either statically or dynamically. Just disable that for now too. This results in mingw32 gdb not supporting plugins, pretty-printing, or TUI mode, at the very least. But MI mode works, as does gdb's internal readline implementation. Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>