Peter Korsgaard
a54f53d3e2
toolchain/gdb: get rid of 6.4 / 6.5
...
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>
2010-05-03 00:18:50 +02:00
Paulius Zaleckas
6ca43d88bc
toolchain/gdb: Add GDB 7.0.1 and 7.1 support
...
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-01 22:08:48 +02:00
Peter Korsgaard
816e724a46
toolchain/gdb: target-gdb needs wchar support in toolchain
...
For the embedded readline/gettext stuff.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-19 11:05:30 +02:00
Peter Korsgaard
f220498f4b
get rid of broken nios2 support
...
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>
2010-03-30 17:19:59 +02:00
Thomas Petazzoni
45e93c5750
gdb: do not allow selection of non-avr32 versions on AVR32
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14 23:54:46 +01:00
Thomas Petazzoni
9f21bfee08
gdb: add avr32 special verson
...
* 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>
2009-12-14 23:54:43 +01:00
Peter Korsgaard
8759a416c4
toolchain/gdb: remove ancient deprecated versions
...
They shouldn't be used anymore, needs havily patching (6.3 has more than
200k patches) and no one tests them with current toolchains.
2009-04-28 18:42:08 +00:00
Peter Korsgaard
f46b9cda0d
toolchain/gdb: remove broken snapshot support
2009-04-28 18:42:02 +00:00
Peter Korsgaard
ffe33152e7
toolchain/gdb: 6.4 shouldn't be selectable for avr32
2008-12-08 08:54:14 +00:00
Peter Korsgaard
41d7b7087c
toolchain/gdb: mark old versions as deprecated
2008-12-08 08:46:52 +00:00
Peter Korsgaard
5672e59075
toolchain/gdb: default to 6.8
2008-12-08 08:46:50 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
126bb72fa0
Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch locations for prepatched toolchain to be under the toolchain directory
2008-07-04 08:39:35 +00:00
Ulf Samuelsson
5ae5af44a5
Add gdb-6.8 support, courtesy Fathi Boudra
2008-07-01 21:36:31 +00:00
Ulf Samuelsson
2880357071
Add build support for latest gdb
2008-03-30 07:09:07 +00:00
Ivan Kuten
6c9b9c4e51
updated gdb support for nios2, thanks Atle
2008-02-07 10:59:00 +00:00
Bernhard Reutner-Fischer
4b0d5a80f8
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
2007-09-26 21:12:38 +00:00
Ulf Samuelsson
6933f971de
gdb config for AVR32
2007-07-29 17:34:20 +00:00
Bernhard Reutner-Fischer
c6eb2ed657
- adjust to use the gcc-4.2.0 release
...
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBTGTEXT changes
2007-06-06 18:14:00 +00:00
Bernhard Reutner-Fischer
4f5ac8baa6
- add gdb-6.6
2007-05-15 11:33:08 +00:00
Mike Frysinger
ea8a91e8d3
version bump to 6.5
2006-06-21 08:18:19 +00:00
Eric Andersen
768304767b
akvadrako writes:
...
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.
2006-04-06 18:08:44 +00:00
Mike Frysinger
2ed0efef42
import gdb-6.4
2005-12-02 22:31:12 +00:00
"Steven J. Hill"
67cc4f3e6e
Add in support for downloading and building the latest snapshot of GDB. If 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-30 03:37:12 +00:00
"Steven J. Hill"
3639edcabf
i kan spel, can u?
2005-06-25 19:01:23 +00:00
Eric Andersen
7e66561771
update gdb a bit. remove support for ancient versions.
2005-03-26 06:46:02 +00:00
Mike Frysinger
20fb51307a
Bug #110 , acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.
2005-03-21 02:33:24 +00:00
Eric Andersen
75e551047f
kill off support for gdb 5.3
2005-03-02 08:55:16 +00:00
Joakim Tjernlund
bb352e9616
Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix
...
obvious rejects.
2005-02-27 23:47:35 +00:00
Eric Andersen
7be239c03f
Patch from acmay: http://bugs.uclibc.org/view.php?id=50
...
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.
2005-01-23 11:09:40 +00:00
Eric Andersen
bedab4c26f
depend on ncurses
2004-10-10 01:16:29 +00:00
Eric Andersen
0134e28071
Add some seperators
2004-10-09 05:33:05 +00:00
Eric Andersen
2d523c2317
Major buildroot facelift, step one.
...
-Erik
2004-10-09 01:06:03 +00:00