summaryrefslogtreecommitdiff
path: root/toolchain/gdb
AgeCommit message (Collapse)Author
2008-02-07updated gdb support for nios2, thanks AtleIvan Kuten
2007-12-17Add support for GNU and kernel.org mirrorsIvan 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-26reinstate AVR32 toolchainUlf Samuelsson
2007-09-25- remove one invariant in toolchain type selection.Bernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21- fixup whitespace damage after ulfBernhard 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-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-07-31Add PATCH_DIR's for snapshots of uclibc and gdbUlf Samuelsson
2007-07-31Add support for prepatched toolchainsUlf Samuelsson
2007-07-29gdb config for AVR32Ulf Samuelsson
2007-06-26- don't bail out on cc warningsBernhard Reutner-Fischer
2007-06-22- gdb resides in usr/Bernhard Reutner-Fischer
2007-06-16Please 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 releaseBernhard Reutner-Fischer
- adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes
2007-05-15- add gdb-6.6Bernhard Reutner-Fischer
2007-02-09- forward the 600-fix-compile-flag-mismatch.patch from 6.4 to 6.5Bernhard Reutner-Fischer
2007-02-06Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"
and all other comments to <biteme@devnull.com>.
2007-02-06Fix 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-17we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen
2006-08-24- remove patch that was already applied upstreamBernhard Reutner-Fischer
2006-08-24- adjust to current snapshotBernhard Reutner-Fischer
2006-07-05Automate 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-21version bump to 6.5Mike Frysinger
2006-06-21use $(CONFIG_UPDATE) instead of noting the issueMike Frysinger
2006-05-30Don't error on clean without unpackPeter Korsgaard
2006-04-06akvadrako 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-02import gdb-6.4Mike Frysinger
2005-11-14Die you little bits."Steven J. Hill"
2005-09-16Add 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-30Add 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-22The mips kernel maintainers reverted the change. So the mips coredump patch ↵Manuel Novoa III
is no longer needed for 2.4.30+.
2005-08-04Sigh... Let's try this again.Manuel Novoa III
2005-08-04Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
2005-08-03filter through dos2unixEric Andersen
2005-06-25i kan spel, can u?"Steven J. Hill"
2005-05-12use the linux-gnu* -> linux-* change from upstream mainlineMike Frysinger
2005-04-14Add a bunch of patches snarfed from the debian gdb packageEric Andersen
2005-03-26update gdb a bit. remove support for ancient versions.Eric Andersen
2005-03-26Overwrite any existing link should there be oneEric Andersen
2005-03-21Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵Mike Frysinger
should be BR2_PACKAGE_GDB_CLIENT.
2005-03-02kill off support for gdb 5.3Eric Andersen
2005-02-27Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fixJoakim Tjernlund
obvious rejects.
2005-02-24This doesn't need ncurses headers installed in the targetEric Andersen
2005-02-11cleanup using a variable before it was definedEric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file