Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-16 | gdb: support external toolchain | Peter Korsgaard | |
2008-03-30 | Add build support for latest gdb | Ulf Samuelsson | |
2008-03-29 | Remove AVR32 gdb patches duplicating prepatched source | Ulf Samuelsson | |
2008-03-06 | toolchain updates | John Voltz | |
2008-02-08 | updated nios2 gdb support, thanks to Atle Nissestad | Ivan Kuten | |
2008-02-07 | updated gdb support for nios2, thanks Atle | Ivan Kuten | |
2007-12-17 | Add support for GNU and kernel.org mirrors | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-26 | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | |
gcc target abi back to a place where the other arch-specific settings live | |||
2007-09-26 | - sjhill? | Bernhard Reutner-Fischer | |
2007-09-26 | reinstate AVR32 toolchain | Ulf Samuelsson | |
2007-09-25 | - remove one invariant in toolchain type selection. | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-21 | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | |
2007-07-31 | Add PATCH_DIR's for snapshots of uclibc and gdb | Ulf Samuelsson | |
2007-07-31 | Add support for prepatched toolchains | Ulf Samuelsson | |
2007-07-29 | gdb config for AVR32 | Ulf Samuelsson | |
2007-06-26 | - don't bail out on cc warnings | Bernhard Reutner-Fischer | |
2007-06-22 | - gdb resides in usr/ | Bernhard Reutner-Fischer | |
2007-06-16 | Please make sure to update this file as well for new versions of GDB. | "Steven J. Hill" | |
2007-06-06 | - adjust to use the gcc-4.2.0 release | Bernhard Reutner-Fischer | |
- adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes | |||
2007-05-15 | - add gdb-6.6 | Bernhard Reutner-Fischer | |
2007-02-09 | - forward the 600-fix-compile-flag-mismatch.patch from 6.4 to 6.5 | Bernhard Reutner-Fischer | |
2007-02-06 | Support building using an external toolchain. Questions to the mailing list ↵ | "Steven J. Hill" | |
and all other comments to <biteme@devnull.com>. | |||
2007-02-06 | Fix building of GDB when using external toolchain. | "Steven J. Hill" | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-10-17 | we use BR2_ENABLE_LOCALE not ENABLE_LOCALE | Eric Andersen | |
2006-08-24 | - remove patch that was already applied upstream | Bernhard Reutner-Fischer | |
2006-08-24 | - adjust to current snapshot | Bernhard Reutner-Fischer | |
2006-07-05 | Automate the usage of '--disable-gdbmi' to be used only with GDB versions ↵ | "Steven J. Hill" | |
less than 6.4, if they are even used anymore. | |||
2006-06-21 | version bump to 6.5 | Mike Frysinger | |
2006-06-21 | use $(CONFIG_UPDATE) instead of noting the issue | Mike Frysinger | |
2006-05-30 | Don't error on clean without unpack | Peter Korsgaard | |
2006-04-06 | akvadrako writes: | Eric Andersen | |
The term gdb-client is deceptive - although it parallels the gdb-server name, it is actually a full fledged gdb version. I want to use it to debug uClibc core files on my host system. Although I haven't got that to work yet, I wasted time figuring out how to do build gdb for the host not realizing it already had a target. With this documentation change, things would have been a lot clearer to me. | |||
2005-12-02 | import gdb-6.4 | Mike Frysinger | |
2005-11-14 | Die you little bits. | "Steven J. Hill" | |
2005-09-16 | Add patches for latest snapshot of gdb. The starting point was the 6.3 | "Steven J. Hill" | |
patches which were then sliced down to this list since all the other ones were checked in or just applied with horrific failure. Also added new NPTL support patch for MIPS courtesy of Daniel J. Suckers, err I mean testers wanted. | |||
2005-08-30 | Add in support for downloading and building the latest snapshot of GDB. If ↵ | "Steven J. Hill" | |
you want to debug NPTL binaries, you'll need the latest and greatest. Patches for 6.3 will be forward ported where applicable later this week. | |||
2005-08-22 | The mips kernel maintainers reverted the change. So the mips coredump patch ↵ | Manuel Novoa III | |
is no longer needed for 2.4.30+. | |||
2005-08-04 | Sigh... Let's try this again. | Manuel Novoa III | |
2005-08-04 | Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug | Manuel Novoa III | |
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb. | |||
2005-08-03 | filter through dos2unix | Eric Andersen | |
2005-06-25 | i kan spel, can u? | "Steven J. Hill" | |
2005-05-12 | use the linux-gnu* -> linux-* change from upstream mainline | Mike Frysinger | |
2005-04-14 | Add a bunch of patches snarfed from the debian gdb package | Eric Andersen | |
2005-03-26 | update gdb a bit. remove support for ancient versions. | Eric Andersen | |
2005-03-26 | Overwrite any existing link should there be one | Eric Andersen | |
2005-03-21 | Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵ | Mike Frysinger | |
should be BR2_PACKAGE_GDB_CLIENT. |