summaryrefslogtreecommitdiff
path: root/toolchain/gdb
AgeCommit message (Collapse)Author
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-04Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson
locations for prepatched toolchain to be under the toolchain directory
2008-07-01fixup gdb-6.7.1Ulf Samuelsson
2008-07-01disable werror in gdbUlf Samuelsson
2008-07-01disable configure caching in gdb, courtesy of Fathi BoudraUlf Samuelsson
2008-07-01Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson
2008-07-01Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson
2008-07-01Fix gbd-6.5, courtesy Fathi BoudraUlf Samuelsson
2008-06-16gdb: support external toolchainPeter Korsgaard
2008-03-30Add build support for latest gdbUlf Samuelsson
2008-03-29Remove AVR32 gdb patches duplicating prepatched sourceUlf Samuelsson
2008-03-06toolchain updatesJohn Voltz
2008-02-08updated nios2 gdb support, thanks to Atle NissestadIvan Kuten
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