aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdb
Commit message (Collapse)AuthorAgeFilesLines
* main/gdb: upgrade to 9.1Milan P. Stanić2020-02-293-44/+7
| | | | | remove python-3.8.patch, fixed upstream refactor musl-signals.patch for new release
* main/gdb: add multiarch subpackageSören Tempel2019-12-221-4/+23
|
* main/gdb: don't configure opcodes separatelySören Tempel2019-12-221-1/+0
| | | | | | This was added in f4d91e795be1aff3b1a02d60509b9fe7e4cbb323 but I doubt that it is needed anymore. This change eases providing a multiarch subpackage.
* main/gdb: fix compatibility with python 3.8Sören Tempel2019-11-142-2/+37
|
* main/gdb: rebuild against python 3.8Natanael Copa2019-11-071-1/+1
|
* main/gdb fixes gdb failing on internal musl signalsstf2019-10-292-2/+22
| | | | | | | | | | | | without this patch when debugging a multithreaded binary gdb throws this: `Thread 5 "a.out" received signal ?, Unknown signal.` with this patch gdb throws: `Thread 5 "qtwe" received signal SIG34, Real-time event 34.` which can be handled by `handle SIG34 nostop noprint` and further on ignored. For further info there is also this upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23616 The patch itself comes from smaeul on #musl
* main/gdb: upgrade to 8.3.1Joe Searle2019-09-251-5/+3
|
* main/gdb: upgrade to 8.3J0WI2019-05-212-28/+10
|
* main/gdb: rebuild against python 3.7Natanael Copa2019-04-171-1/+1
|
* main/gdb: rebuild against readline 8Natanael Copa2019-03-131-1/+1
|
* main/gdb: upgrade to 8.2.1alpine-mips-patches2019-03-051-3/+3
|
* main/gdb: fix build on aarch64Natanael Copa2018-12-052-3/+19
|
* main/gdb: upgrade to 8.2Natanael Copa2018-11-222-25/+19
|
* 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