Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-16 | gdb: update to 15.1, remove 12.1 | Waldemar Brodkorb | |
2024-05-18 | nds32: add back support for old toolchain and Linux, working on ag101p with ↵ | Waldemar Brodkorb | |
latest uClibc-ng fix | |||
2024-05-11 | gdb: be verbose | Waldemar Brodkorb | |
2024-03-10 | gdb/gdbserver: update to 14.2 | Waldemar Brodkorb | |
2024-01-17 | gdb: update to 14.1 | Waldemar Brodkorb | |
2023-09-24 | gdb: update to 13.2 | Waldemar Brodkorb | |
2023-02-24 | gdb: update to 13.1 | Waldemar Brodkorb | |
2022-09-23 | gdb: update to 12.1 | Waldemar Brodkorb | |
2022-01-21 | gdb: update to 11.2 | Waldemar Brodkorb | |
2021-11-04 | gdb: Fix libgmp dependency checks | Phil 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-30 | gdb: Fix libexpat search path | Phil Sutter | |
Configure searches libexpat in host's rootfs and consequently fails. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-28 | gdb: update to 11.1 | Waldemar Brodkorb | |
2021-02-19 | gdb: use system readline | Waldemar Brodkorb | |
2021-01-28 | gdb: update to 10.1 | Waldemar Brodkorb | |
2020-06-07 | gdb: update to 9.2 | Waldemar Brodkorb | |
2020-06-06 | Fix "program" spelling | Carlos Santos | |
Signed-off-by: Carlos Santos <unixmania@gmail.com> | |||
2020-03-04 | gdb: update to 9.1 | Waldemar Brodkorb | |
2019-10-16 | gdb: allow nios2, workaround a riscv issue | Waldemar Brodkorb | |
2019-10-10 | gdb: forgot to update hashes | Waldemar Brodkorb | |
2019-10-10 | gdb: update to 8.3.1 | Waldemar Brodkorb | |
2019-01-08 | gdb: update to 8.2.1 | Waldemar Brodkorb | |
2018-08-13 | Use expat with gdb as otherwise gdbserver didn't work | dir | |
@upstream | |||
2018-06-25 | gdb: add for arc architecure | Waldemar Brodkorb | |
2018-06-01 | riscv: use github fork until upstream | Waldemar Brodkorb | |
2018-02-02 | gdb: update to 8.1 | Waldemar Brodkorb | |
2017-12-27 | gdb: allow for m68k | Waldemar Brodkorb | |
2017-12-12 | gdb: fix build without makeinfo | Waldemar Brodkorb | |
2017-11-04 | gdb: update to 8.0.1 | Waldemar Brodkorb | |
2017-08-03 | gdb: fix compile, --enable-static is required | Waldemar Brodkorb | |
2017-06-20 | gdb: make static builds work, ugly hack | Waldemar Brodkorb | |
2017-06-13 | gdb: add 8.0, remove older 7.x versions | Waldemar Brodkorb | |
2017-01-24 | gdb: update to 7.12.1 | Waldemar Brodkorb | |
2017-01-05 | gdb: disable for or1k | Waldemar Brodkorb | |
2016-12-05 | gdb: force usage of --enable-static | Waldemar Brodkorb | |
2016-10-28 | uclibc-ng: separate test suite from uClibc-ng package | Waldemar Brodkorb | |
2016-10-18 | gdb: update to 7.12 | Waldemar Brodkorb | |
2016-09-21 | gdb: we can not use it on cris | Waldemar Brodkorb | |
2016-09-12 | gdb: decouple toolchain and package, add special package for microblaze, ↵ | Waldemar Brodkorb | |
looks cleaner to me | |||
2016-06-12 | gdb: move patch | Waldemar Brodkorb | |
2016-06-06 | disable for nios2 | Waldemar Brodkorb | |
2016-05-24 | microblaze: allow to build native gdb with 7.8.2 | Waldemar Brodkorb | |
2016-04-27 | gdb: fix musl ppc compile | Waldemar Brodkorb | |
2016-04-14 | fix debugging of threaded apps | Waldemar Brodkorb | |
2016-03-16 | gdb: remove unspecific patch | Waldemar Brodkorb | |
2016-01-16 | gdb: fix musl compile, add alpine linux patch | Waldemar Brodkorb | |
2015-12-13 | add libexpat dependency | Waldemar Brodkorb | |
2015-07-25 | package/gdb: drop not needed dependencies | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-01 | first step to rework iconv setup | Waldemar Brodkorb | |
Add a choice to select libiconv, C library iconv or libiconv-tiny. | |||
2015-03-09 | add support for gdbserver on AVR32 devices | Waldemar 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-28 | package/gdb: prevent shipped libbfd from cluttering the system wide one | Phil Sutter | |
This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils. |