summaryrefslogtreecommitdiff
path: root/toolchain/gdb
AgeCommit message (Collapse)Author
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
2005-08-04Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
2005-08-03filter through dos2unixEric Andersen
2005-06-25i kan spel, can u?"Steven J. Hill"
2005-05-12use the linux-gnu* -> linux-* change from upstream mainlineMike Frysinger
2005-04-14Add a bunch of patches snarfed from the debian gdb packageEric Andersen
2005-03-26update gdb a bit. remove support for ancient versions.Eric Andersen
2005-03-26Overwrite any existing link should there be oneEric 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-02-24This doesn't need ncurses headers installed in the targetEric Andersen
2005-02-11cleanup using a variable before it was definedEric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
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-31Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breakingManuel Novoa III
coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change.
2004-10-11-xvf -> $(TAR_OPTIONS)Mike Frysinger
2004-10-10depend on ncursesEric Andersen
2004-10-10Andrew May writes:Eric Andersen
A few more little ones. busybox fdisk with large files should be removed without large files. gdbtarget/gdb_client got mixed up in the Makefile.in. I think gdbtarget should have a depend on ncurses but I am not sure if it should go in the config or in the .mk. It may be nice to split out the server and client. uclibc.mk was checking BR2_SOFT_FLOAT for true not y.
2004-10-09Add some seperatorsEric Andersen
2004-10-09Remove obsolete reference to SOURCE_DIREric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik