summaryrefslogtreecommitdiff
path: root/toolchain/gdb
AgeCommit message (Collapse)Author
2020-03-04gdb: update to 9.1Waldemar 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-06-01riscv: use github fork until upstreamWaldemar Brodkorb
2018-03-17gdb: overwrite M4 to cross-compile on MacWaldemar Brodkorb
2018-02-02gdb: update to 8.1Waldemar Brodkorb
2017-11-04gdb: update to 8.0.1Waldemar Brodkorb
2017-06-13gdb: add 8.0, remove older 7.x versionsWaldemar Brodkorb
2017-02-02gdb: add HOST_PATH to find bisonWaldemar Brodkorb
2017-01-24gdb: update to 7.12.1Waldemar Brodkorb
2016-10-18gdb: update to 7.12Waldemar Brodkorb
2016-09-12gdb: decouple toolchain and package, add special package for microblaze, ↵Waldemar Brodkorb
looks cleaner to me
2016-06-12gdb: update to 7.11.1Waldemar Brodkorb
2016-05-24microblaze: allow to build native gdb with 7.8.2Waldemar Brodkorb
2016-03-31h8300: use correct branch for gdb simulatorWaldemar Brodkorb
2016-03-26frv: resolve remaining issues to check toolchain compileWaldemar Brodkorb
2016-02-25gdb: update to latest versionWaldemar Brodkorb
2016-02-05fr-v: allow to build a uClibc-ng toolchainWaldemar Brodkorb
2016-01-27add hackish way to disable doc generation on newer hostsWaldemar Brodkorb
2016-01-09update gdb for h8/300, includes clang patchesWaldemar Brodkorb
2015-12-25bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for ↵Waldemar Brodkorb
the help
2015-12-23add gdb git from ysato for h8300Waldemar Brodkorb
2015-12-13gdb: update to latest stable versionWaldemar Brodkorb
2015-11-30bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵Waldemar Brodkorb
hardware
2015-11-16h8300: refresh gdb io patchWaldemar Brodkorb
2015-09-07update gdb to latest, set to defaultWaldemar Brodkorb
2015-07-22update uClibc-config for h8300 1.0 branch, add new gdb patch from upstream ↵Waldemar Brodkorb
author
2015-07-06enable-sim-stdioWaldemar Brodkorb
2015-06-28add gdb patch for h8300Waldemar Brodkorb
2015-06-22fix git version for gdbWaldemar Brodkorb
2015-06-10only install simulator when simulator target usedWaldemar Brodkorb
2015-06-10update gdb, enable sim only for supported architecturesWaldemar Brodkorb
2015-06-07disable for non SIM targetsWaldemar Brodkorb
2015-06-07install simulatorWaldemar Brodkorb
2015-06-04add some bits and bytes to allow to choose bfin-sim. not functional, yetWaldemar Brodkorb
2015-05-31another distfiles url fixWaldemar Brodkorb
2015-03-29update to latest stable gdb versionWaldemar Brodkorb
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-14add support for old avr32 gdbWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-08-26disable python supportWaldemar Brodkorb
2014-08-07update to latest upstreamWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-31update to latest upstream versionWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-02remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵Waldemar Brodkorb
know why this is required. the names are not unique between arch with different abi
2014-02-17update gdbWaldemar Brodkorb