summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
AgeCommit message (Collapse)Author
2008-12-08toolchain/gdb: 6.4 shouldn't be selectable for avr32Peter Korsgaard
2008-12-08toolchain/gdb: mark old versions as deprecatedPeter Korsgaard
2008-12-08toolchain/gdb: default to 6.8Peter Korsgaard
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-01Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson
2008-03-30Add build support for latest gdbUlf Samuelsson
2008-02-07updated gdb support for nios2, thanks AtleIvan Kuten
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-07-29gdb config for AVR32Ulf Samuelsson
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
2006-06-21version bump to 6.5Mike Frysinger
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-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-06-25i kan spel, can u?"Steven J. Hill"
2005-03-26update gdb a bit. remove support for ancient versions.Eric 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-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen
0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off.
2004-10-10depend on ncursesEric Andersen
2004-10-09Add some seperatorsEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik