aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdb
Commit message (Collapse)AuthorAgeFilesLines
* main/gdb: remove double definition of pt_regs structure during gdbserver buildMike Sullivan2018-02-022-3/+15
|
* main/gdb: enable gdbserverDrew DeVault2018-02-011-6/+3
| | | | It compiles with musl now.
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/gdb: fixed support for python3. Fixes #8306Francesco Colista2017-12-181-1/+2
|
* main/gdb: disable hopelessly broken test suiteA. Wilcox2017-09-201-0/+1
|
* main/gdb: upgrade to 8.0.1Roberto Oliveira2017-09-131-3/+3
|
* main/gdb: bump pkgrel to refresh cachesNatanael Copa2017-07-061-1/+1
| | | | | | the 8.0 was reverted, but we need bump pkgrel since its getting rebuilt. This is so we dont get old gdb-7.12.1-r2 from cache which does not has same checksum in APKINDEX as the rebuild.
* Revert "main/gdb: upgrade to 8.0"William Pitcock2017-06-301-3/+3
| | | | This reverts commit c480d039d50d23386d54e172e3ec51c8119a65e9.
* main/gdb: upgrade to 8.0André Klitzing2017-06-301-3/+3
|
* main/gdb: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/gdb: fix gdb 7.12.1 build with musl on ppcGustavo Romero2017-04-042-2/+101
| | | | | | | | | | | | | | | | GDB (as other applications) relies on a libc that includes Linux headers by default, like <asm/ptrace.h>. However Musl does not rely on these headers and instead decided to define them also. As a consequence build brakes due to redefinitions. That commit fixes GDB build on ppc by excluding the problematic dependency on Linux headers and also addresses an issue that appeared from GDB 7.11.1 to 7.12.1, when GDB started to be built as a C++ program by default [1, 2], generating mangled and non-mangled objects. [1] https://goo.gl/HYL82h [2] https://sourceware.org/ml/gdb/2016-04/msg00041.html
* main/gdb: add s390x supportTuan M. Hoang2017-03-202-4/+160
|
* main/gdb: depend on perl instead of perl-devSören Tempel2017-03-131-1/+1
| | | | See: ccf94d35d34088ae47d7c05f01e9475222684616
* main/gdb: improve APKBUILDSören Tempel2017-02-121-20/+7
| | | | | And fix building of man pages by depending on perl-dev since perl-dev includes pod2man nowadays.
* main/gdb: upgrade to 7.12.1André Klitzing2017-01-301-4/+4
|
* [various] rename dependency python-dev to python2-devJakub Jirutka2016-10-261-1/+1
|
* main/gdb: upgrade to 7.12Natanael Copa2016-10-101-4/+4
|
* main/gdb: upgrade to 7.11.1Sören Tempel2016-06-011-5/+6
|
* main/gdb: use system zlibSören Tempel2016-03-011-2/+5
|
* main/gdb: upgrade to 7.11Natanael Copa2016-02-293-85/+5
|
* main/gdb: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/gdb: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/gdb: upgrade to 7.10.1Sören Tempel2015-12-071-4/+4
|
* main/gdb: upgrade to 7.10Natanael Copa2015-11-161-5/+5
|
* main/gdb: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* main/gdb: resolve conflict with binutils-docSören Tempel2015-10-121-1/+5
|
* main/gdb: upgrade to 7.9.1Natanael Copa2015-05-181-4/+4
|
* main/gdb: upgrade to 7.9Natanael Copa2015-05-046-197/+36
|
* main/gdb: add mising linux-headersCarlo Landmeter2015-04-291-1/+1
|
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-091-1/+1
|
* main/gdb: build fix for musl x86_64Natanael Copa2014-01-142-5/+73
|
* main/gdb: upgrade to 7.6.2Bartłomiej Piotrowski2013-12-261-4/+4
|
* main/[various]: simple build fixes against musl (update_config_sub)Timo Teräs2013-09-201-1/+1
|
* main/gdb: upgrade to 7.6.1Natanael Copa2013-09-021-5/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-4/+4
|
* main/gdb: support crosscompiling and muslTimo Teräs2013-07-124-5/+96
|
* main/gdb: build fixNatanael Copa2013-04-292-12/+61
| | | | | - Seem slike we need to run configure in opcodes separately. - fix cpuid asm to not use ebx for our PIC
* main/gdb: upgrade to 7.6Bartłomiej Piotrowski2013-04-271-2/+6
|
* main/gdb: upgrade to 7.5.1Natanael Copa2012-11-301-2/+2
|
* main/gdb: upgrade to 7.5Natanael Copa2012-08-201-4/+4
|
* main/gdb: upgrade to 7.4.1Natanael Copa2012-04-291-2/+2
|
* main/gdb: upgrade to 7.4Natanael Copa2012-04-232-5/+49
|
* main/gdb: upgrade to 7.3.1Natanael Copa2011-09-121-2/+2
|
* main/gdb: upgrade to 7.3Natanael Copa2011-08-022-61/+4
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* Revert "Revert "main/gdb: upgrade to 7.2""Natanael Copa2010-10-234-3466/+77
| | | | This reverts commit d666f38c767db33ee765c73fba530d15574effc0.
* Revert "main/gdb: upgrade to 7.2"Natanael Copa2010-10-234-77/+3466
| | | | This reverts commit d1c41b447396f63a434d9ca888459cd9b016bbdf.
* main/gdb: upgrade to 7.2Natanael Copa2010-10-234-3466/+77
|