summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/gdb: get rid of 6.4 / 6.5Peter Korsgaard2010-05-031-12/+0
| | | | | | | These are ancient (2006) and upstream strongly discourage using them: ftp://sourceware.org/pub/gdb/old-releases/README Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gdb: Add GDB 7.0.1 and 7.1 supportPaulius Zaleckas2010-05-011-0/+10
| | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gdb: target-gdb needs wchar support in toolchainPeter Korsgaard2010-04-191-0/+4
| | | | | | For the embedded readline/gettext stuff. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* get rid of broken nios2 supportPeter Korsgaard2010-03-301-2/+2
| | | | | | | Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gdb: do not allow selection of non-avr32 versions on AVR32Thomas Petazzoni2009-12-141-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gdb: add avr32 special versonThomas Petazzoni2009-12-141-1/+6
| | | | | | | | | | | * Add a new gdb version for AVR32 in Config.in * Use a special mirror for this gdb version in gdb.mk * Do not try to apply patches when the patch directory does not exist in gdb.mk Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/gdb: remove ancient deprecated versionsPeter Korsgaard2009-04-281-12/+0
| | | | | They shouldn't be used anymore, needs havily patching (6.3 has more than 200k patches) and no one tests them with current toolchains.
* toolchain/gdb: remove broken snapshot supportPeter Korsgaard2009-04-281-5/+0
|
* toolchain/gdb: 6.4 shouldn't be selectable for avr32Peter Korsgaard2008-12-081-1/+1
|
* toolchain/gdb: mark old versions as deprecatedPeter Korsgaard2008-12-081-0/+5
|
* toolchain/gdb: default to 6.8Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson2008-07-041-2/+1
| | | | locations for prepatched toolchain to be under the toolchain directory
* Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson2008-07-011-0/+5
|
* Add build support for latest gdbUlf Samuelsson2008-03-301-0/+5
|
* updated gdb support for nios2, thanks AtleIvan Kuten2008-02-071-4/+5
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-1/+2
| | | | gcc target abi back to a place where the other arch-specific settings live
* gdb config for AVR32Ulf Samuelsson2007-07-291-0/+5
|
* - adjust to use the gcc-4.2.0 releaseBernhard Reutner-Fischer2007-06-061-1/+1
| | | | | - adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes
* - add gdb-6.6Bernhard Reutner-Fischer2007-05-151-0/+4
|
* version bump to 6.5Mike Frysinger2006-06-211-0/+4
|
* akvadrako writes:Eric Andersen2006-04-061-4/+4
| | | | | | | | | 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.
* import gdb-6.4Mike Frysinger2005-12-021-2/+4
|
* Add in support for downloading and building the latest snapshot of GDB. If ↵"Steven J. Hill"2005-08-301-0/+4
| | | | 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.
* i kan spel, can u?"Steven J. Hill"2005-06-251-1/+1
|
* update gdb a bit. remove support for ancient versions.Eric Andersen2005-03-261-8/+0
|
* Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵Mike Frysinger2005-03-211-2/+2
| | | | should be BR2_PACKAGE_GDB_CLIENT.
* kill off support for gdb 5.3Eric Andersen2005-03-021-5/+1
|
* Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fixJoakim Tjernlund2005-02-271-0/+4
| | | | obvious rejects.
* Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen2005-01-231-7/+9
| | | | | | | | | | | | 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.
* depend on ncursesEric Andersen2004-10-101-0/+2
|
* Add some seperatorsEric Andersen2004-10-091-0/+2
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+45
-Erik