summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
Commit message (Collapse)AuthorAgeFilesLines
* updated nios2 gdb support, thanks to Atle NissestadIvan Kuten2008-02-081-0/+7978
|
* updated gdb support for nios2, thanks AtleIvan Kuten2008-02-071-4/+5
|
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-262-4/+5
| | | | gcc target abi back to a place where the other arch-specific settings live
* - sjhill?Bernhard Reutner-Fischer2007-09-261-0/+1
|
* reinstate AVR32 toolchainUlf Samuelsson2007-09-261-2/+2
|
* - remove one invariant in toolchain type selection.Bernhard Reutner-Fischer2007-09-251-2/+2
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-211-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-3/+3
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-1/+1
|
* Add PATCH_DIR's for snapshots of uclibc and gdbUlf Samuelsson2007-07-311-0/+1
|
* Add support for prepatched toolchainsUlf Samuelsson2007-07-311-3/+18
|
* gdb config for AVR32Ulf Samuelsson2007-07-291-0/+5
|
* - don't bail out on cc warningsBernhard Reutner-Fischer2007-06-261-2/+3
|
* - gdb resides in usr/Bernhard Reutner-Fischer2007-06-221-18/+12
|
* Please make sure to update this file as well for new versions of GDB."Steven J. Hill"2007-06-161-0/+1
|
* - 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-154-0/+157
|
* - forward the 600-fix-compile-flag-mismatch.patch from 6.4 to 6.5Bernhard Reutner-Fischer2007-02-091-0/+69
|
* Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"2007-02-061-0/+55
| | | | and all other comments to <biteme@devnull.com>.
* Fix building of GDB when using external toolchain."Steven J. Hill"2007-02-062-3/+96
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-3/+3
|
* we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen2006-10-171-1/+1
|
* - remove patch that was already applied upstreamBernhard Reutner-Fischer2006-08-241-12/+0
|
* - adjust to current snapshotBernhard Reutner-Fischer2006-08-241-15/+3
|
* Automate the usage of '--disable-gdbmi' to be used only with GDB versions ↵"Steven J. Hill"2006-07-051-1/+7
| | | | less than 6.4, if they are even used anymore.
* version bump to 6.5Mike Frysinger2006-06-215-0/+159
|
* use $(CONFIG_UPDATE) instead of noting the issueMike Frysinger2006-06-211-4/+2
|
* Don't error on clean without unpackPeter Korsgaard2006-05-301-3/+9
|
* akvadrako writes:Eric Andersen2006-04-062-22/+22
| | | | | | | | | 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-026-2/+163
|
* Die you little bits."Steven J. Hill"2005-11-141-12/+0
|
* Add patches for latest snapshot of gdb. The starting point was the 6.3"Steven J. Hill"2005-09-168-0/+375
| | | | | | | 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.
* Add in support for downloading and building the latest snapshot of GDB. If ↵"Steven J. Hill"2005-08-303-3/+35
| | | | 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.
* The mips kernel maintainers reverted the change. So the mips coredump patch ↵Manuel Novoa III2005-08-222-0/+0
| | | | is no longer needed for 2.4.30+.
* Sigh... Let's try this again.Manuel Novoa III2005-08-041-1/+0
|
* Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III2005-08-041-1/+8
| | | | | apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
* filter through dos2unixEric Andersen2005-08-031-34/+34
|
* i kan spel, can u?"Steven J. Hill"2005-06-251-1/+1
|
* use the linux-gnu* -> linux-* change from upstream mainlineMike Frysinger2005-05-121-29/+25
|
* Add a bunch of patches snarfed from the debian gdb packageEric Andersen2005-04-1421-0/+3566
|
* update gdb a bit. remove support for ancient versions.Eric Andersen2005-03-267-618/+68
|
* Overwrite any existing link should there be oneEric Andersen2005-03-261-1/+1
|
* 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-024-803/+1
|
* Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fixJoakim Tjernlund2005-02-274-0/+331
| | | | obvious rejects.
* This doesn't need ncurses headers installed in the targetEric Andersen2005-02-241-1/+1
|
* cleanup using a variable before it was definedEric Andersen2005-02-111-4/+2
|