summaryrefslogtreecommitdiffstats
path: root/package/gdb
Commit message (Collapse)AuthorAgeFilesLines
* [package] gdb: fix patch directory after r33706florian2012-10-131-12/+0
| | | | | | git-svn did not properly track this move, thanks to swalker for noticing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: fix build with recent eglibc.florian2012-10-121-0/+12
| | | | | | struct siginfo is deprecated in favor of siginfo_t. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: move to package/devel/nbd2012-10-101-87/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add the + token to any commands that can pass through the jobserver, ↵nbd2012-09-231-1/+1
| | | | | | fixes parallel build on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: gdbserver package dependency fix (#11179)florian2012-09-191-0/+4
| | | | | | | | | | | | | | | | | In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15 selected) due to a missing dependency: Package gdbserver is missing dependencies for the following libraries: libthread_db.so.1 In order to fix it, the system shared lib libthread_db.so.1 is copied from the toolchain lib dir into the gdb package target structure (/usr/lib) to pass the dependency checks. This patch was (quickly) reviewed by Paul Fertser on IRC. Signed-off-by: xxiao <xxiao@fosiao.com> Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: use an updated 6.8a tarballflorian2012-02-141-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/gdb: disable expat properly, remove conditional dependency on ↵nico2011-10-091-4/+4
| | | | | | libexpat, bump release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: add dependency to libexpat when presentjogo2011-08-011-2/+3
| | | | | | Also prevent gdb from trying to link against the host's libexpat. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: There are dep issues with cconfig.h. Disable parallel build for now.mb2010-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: Enable parallel buildmb2010-10-091-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] cleanup Makefiles (#7212)jow2010-04-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes gdb parallel build.thepeople2010-03-141-12/+18
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: not support on crisnico2009-12-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: fix build failure with arm targetsnico2009-12-201-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: don't build on avr32nico2009-10-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] [package] gdb: have both gdb & gdbserver share defaultsnico2009-10-051-7/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: fix gdbserver subpackage, cleanupnico2009-02-231-7/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: upgrade to 6.8, fixes libreadline compilation issuesagb2009-01-162-325/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace the gdbserver package with a full gdb package that also includes ↵nbd2009-01-132-0/+388
gdbserver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14024 3c298f89-4303-0410-b956-a3cf2f4a3e73