Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/gdb: fix compatibility with python 3.8 | Sören Tempel | 2019-11-14 | 2 | -2/+37 |
| | |||||
* | main/gdb: rebuild against python 3.8 | Natanael Copa | 2019-11-07 | 1 | -1/+1 |
| | |||||
* | main/gdb fixes gdb failing on internal musl signals | stf | 2019-10-29 | 2 | -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.1 | Joe Searle | 2019-09-25 | 1 | -5/+3 |
| | |||||
* | main/gdb: upgrade to 8.3 | J0WI | 2019-05-21 | 2 | -28/+10 |
| | |||||
* | main/gdb: rebuild against python 3.7 | Natanael Copa | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | main/gdb: rebuild against readline 8 | Natanael Copa | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | main/gdb: upgrade to 8.2.1 | alpine-mips-patches | 2019-03-05 | 1 | -3/+3 |
| | |||||
* | main/gdb: fix build on aarch64 | Natanael Copa | 2018-12-05 | 2 | -3/+19 |
| | |||||
* | main/gdb: upgrade to 8.2 | Natanael Copa | 2018-11-22 | 2 | -25/+19 |
| | |||||
* | main/gdb: remove double definition of pt_regs structure during gdbserver build | Mike Sullivan | 2018-02-02 | 2 | -3/+15 |
| | |||||
* | main/gdb: enable gdbserver | Drew DeVault | 2018-02-01 | 1 | -6/+3 |
| | | | | It compiles with musl now. | ||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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 #8306 | Francesco Colista | 2017-12-18 | 1 | -1/+2 |
| | |||||
* | main/gdb: disable hopelessly broken test suite | A. Wilcox | 2017-09-20 | 1 | -0/+1 |
| | |||||
* | main/gdb: upgrade to 8.0.1 | Roberto Oliveira | 2017-09-13 | 1 | -3/+3 |
| | |||||
* | main/gdb: bump pkgrel to refresh caches | Natanael Copa | 2017-07-06 | 1 | -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 Pitcock | 2017-06-30 | 1 | -3/+3 |
| | | | | This reverts commit c480d039d50d23386d54e172e3ec51c8119a65e9. | ||||
* | main/gdb: upgrade to 8.0 | André Klitzing | 2017-06-30 | 1 | -3/+3 |
| | |||||
* | main/gdb: rebuild against readline-7.0.003 | Leonardo Arena | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | main/gdb: fix gdb 7.12.1 build with musl on ppc | Gustavo Romero | 2017-04-04 | 2 | -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 support | Tuan M. Hoang | 2017-03-20 | 2 | -4/+160 |
| | |||||
* | main/gdb: depend on perl instead of perl-dev | Sören Tempel | 2017-03-13 | 1 | -1/+1 |
| | | | | See: ccf94d35d34088ae47d7c05f01e9475222684616 | ||||
* | main/gdb: improve APKBUILD | Sören Tempel | 2017-02-12 | 1 | -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.1 | André Klitzing | 2017-01-30 | 1 | -4/+4 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/gdb: upgrade to 7.12 | Natanael Copa | 2016-10-10 | 1 | -4/+4 |
| | |||||
* | main/gdb: upgrade to 7.11.1 | Sören Tempel | 2016-06-01 | 1 | -5/+6 |
| | |||||
* | main/gdb: use system zlib | Sören Tempel | 2016-03-01 | 1 | -2/+5 |
| | |||||
* | main/gdb: upgrade to 7.11 | Natanael Copa | 2016-02-29 | 3 | -85/+5 |
| | |||||
* | main/gdb: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/gdb: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/gdb: upgrade to 7.10.1 | Sören Tempel | 2015-12-07 | 1 | -4/+4 |
| | |||||
* | main/gdb: upgrade to 7.10 | Natanael Copa | 2015-11-16 | 1 | -5/+5 |
| | |||||
* | main/gdb: rebuild against ncurses-6.0 | Natanael Copa | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | main/gdb: resolve conflict with binutils-doc | Sören Tempel | 2015-10-12 | 1 | -1/+5 |
| | |||||
* | main/gdb: upgrade to 7.9.1 | Natanael Copa | 2015-05-18 | 1 | -4/+4 |
| | |||||
* | main/gdb: upgrade to 7.9 | Natanael Copa | 2015-05-04 | 6 | -197/+36 |
| | |||||
* | main/gdb: add mising linux-headers | Carlo Landmeter | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | main/*: remove libiconv-dev from makedepends | Natanael Copa | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | main/gdb: build fix for musl x86_64 | Natanael Copa | 2014-01-14 | 2 | -5/+73 |
| | |||||
* | main/gdb: upgrade to 7.6.2 | Bartłomiej Piotrowski | 2013-12-26 | 1 | -4/+4 |
| | |||||
* | main/[various]: simple build fixes against musl (update_config_sub) | Timo Teräs | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | main/gdb: upgrade to 7.6.1 | Natanael Copa | 2013-09-02 | 1 | -5/+5 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -4/+4 |
| | |||||
* | main/gdb: support crosscompiling and musl | Timo Teräs | 2013-07-12 | 4 | -5/+96 |
| | |||||
* | main/gdb: build fix | Natanael Copa | 2013-04-29 | 2 | -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.6 | Bartłomiej Piotrowski | 2013-04-27 | 1 | -2/+6 |
| | |||||
* | main/gdb: upgrade to 7.5.1 | Natanael Copa | 2012-11-30 | 1 | -2/+2 |
| | |||||
* | main/gdb: upgrade to 7.5 | Natanael Copa | 2012-08-20 | 1 | -4/+4 |
| |