summaryrefslogtreecommitdiff
path: root/package/gdb
AgeCommit message (Collapse)Author
2024-03-10gdb/gdbserver: update to 14.2Waldemar Brodkorb
2024-01-17gdb: update to 14.1Waldemar Brodkorb
2023-09-24gdb: update to 13.2Waldemar Brodkorb
2023-02-24gdb: update to 13.1Waldemar Brodkorb
2022-09-23gdb: update to 12.1Waldemar Brodkorb
2022-01-21gdb: update to 11.2Waldemar Brodkorb
2021-11-04gdb: Fix libgmp dependency checksPhil Sutter
Added checks for libgmp in configure scripts are not really portable, at least 'gdb' subdir configure used host's libgmp and consequently failed. At least there's 'host_configargs' to define additional arguments; use it to point sub-configure to the right location. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-30gdb: Fix libexpat search pathPhil Sutter
Configure searches libexpat in host's rootfs and consequently fails. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-28gdb: update to 11.1Waldemar Brodkorb
2021-02-19gdb: use system readlineWaldemar Brodkorb
2021-01-28gdb: update to 10.1Waldemar Brodkorb
2020-06-07gdb: update to 9.2Waldemar Brodkorb
2020-06-06Fix "program" spellingCarlos Santos
Signed-off-by: Carlos Santos <unixmania@gmail.com>
2020-03-04gdb: update to 9.1Waldemar Brodkorb
2019-10-16gdb: allow nios2, workaround a riscv issueWaldemar Brodkorb
2019-10-10gdb: forgot to update hashesWaldemar Brodkorb
2019-10-10gdb: update to 8.3.1Waldemar Brodkorb
2019-01-08gdb: update to 8.2.1Waldemar Brodkorb
2018-08-13Use expat with gdb as otherwise gdbserver didn't workdir
@upstream
2018-06-25gdb: add for arc architecureWaldemar Brodkorb
2018-06-01riscv: use github fork until upstreamWaldemar Brodkorb
2018-02-02gdb: update to 8.1Waldemar Brodkorb
2017-12-27gdb: allow for m68kWaldemar Brodkorb
2017-12-12gdb: fix build without makeinfoWaldemar Brodkorb
2017-11-04gdb: update to 8.0.1Waldemar Brodkorb
2017-08-03gdb: fix compile, --enable-static is requiredWaldemar Brodkorb
2017-06-20gdb: make static builds work, ugly hackWaldemar Brodkorb
2017-06-13gdb: add 8.0, remove older 7.x versionsWaldemar Brodkorb
2017-01-24gdb: update to 7.12.1Waldemar Brodkorb
2017-01-05gdb: disable for or1kWaldemar Brodkorb
2016-12-05gdb: force usage of --enable-staticWaldemar Brodkorb
2016-10-28uclibc-ng: separate test suite from uClibc-ng packageWaldemar Brodkorb
2016-10-18gdb: update to 7.12Waldemar Brodkorb
2016-09-21gdb: we can not use it on crisWaldemar Brodkorb
2016-09-12gdb: decouple toolchain and package, add special package for microblaze, ↵Waldemar Brodkorb
looks cleaner to me
2016-06-12gdb: move patchWaldemar Brodkorb
2016-06-06disable for nios2Waldemar Brodkorb
2016-05-24microblaze: allow to build native gdb with 7.8.2Waldemar Brodkorb
2016-04-27gdb: fix musl ppc compileWaldemar Brodkorb
2016-04-14fix debugging of threaded appsWaldemar Brodkorb
2016-03-16gdb: remove unspecific patchWaldemar Brodkorb
2016-01-16gdb: fix musl compile, add alpine linux patchWaldemar Brodkorb
2015-12-13add libexpat dependencyWaldemar Brodkorb
2015-07-25package/gdb: drop not needed dependenciesPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-01first step to rework iconv setupWaldemar Brodkorb
Add a choice to select libiconv, C library iconv or libiconv-tiny.
2015-03-09add support for gdbserver on AVR32 devicesWaldemar Brodkorb
Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories.
2015-02-28package/gdb: prevent shipped libbfd from cluttering the system wide onePhil Sutter
This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils.
2014-09-05separate gdb/gdbserver package buildsWaldemar Brodkorb
try to get coldfire gdbserver to compile, but still not working. An older version works, seems that newer versions are not tested for uClinux case.
2014-09-04disable gdbserver only for muslWaldemar Brodkorb
2014-08-15fix for uclibc-ngWaldemar Brodkorb