Fredrik Fornwall
5dcbca7587
gdb: Fix x86_64 build with NDK r16
The NDK headers now define elf_siginfo.
7 years ago
Leonid Plyushch
899f1f3ef5
gdb: fix path in TMP_PREFIX
7 years ago
Fredrik Fornwall
baf5799482
gdb: Add ncurses to deps (see #1399 )
7 years ago
Fredrik Fornwall
e637ab72c2
gdb: Update from 8.0 to 8.0.1
7 years ago
Fredrik Fornwall
d1f566f799
Attach arm issues with C++ exception unwinding
See https://github.com/android-ndk/ndk/issues/379
Fixes #1163
Fixes issues with gdb segfaulting on arm on an unrecognized command.
8 years ago
Fredrik Fornwall
571e5ce211
gdb: Update from 7.12.1 to 8.0
8 years ago
Fredrik Fornwall
d946e67c5b
Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.
We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.
Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
8 years ago
Fredrik Fornwall
38da7c25d8
gdb: Update from 7.12 to 7.12.1
8 years ago
Fredrik Fornwall
508fa73cb8
Always call post-extract step in srcdir
8 years ago
Fredrik Fornwall
6097e55733
gdb: Add comment to patch with reason for it
8 years ago
Fredrik Fornwall
bf76a82054
gdb: Update from 7.11.1 to 7.12
8 years ago
Fredrik Fornwall
722ed12d69
Switch from ftp.gnu.org to mirrors.kernel.org
8 years ago
Fredrik Fornwall
83d11d6e04
Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
8 years ago
Fredrik Fornwall
7ce5638519
Cleanup of more packages
8 years ago
Fredrik Fornwall
f6fd83bae5
Bump some builds after libexpat update
8 years ago
Fredrik Fornwall
cdfc3cb9c1
gdb: Fix build on x86_64
9 years ago
Fredrik Fornwall
70bdb22c8f
gdb: Update from 7.11 to 7.11.1
9 years ago
Fredrik Fornwall
839f6ac48f
gdb: Fix to build on aarch64
9 years ago
Fredrik Fornwall
03e92e97aa
gdb: Add comment explaining autoconf variables
9 years ago
Fredrik Fornwall
fc3ae02b63
gdb: Update 7.10 to 7.11 and NDK r11 compatibility
9 years ago
Fredrik Fornwall
0d46b4d25c
gdb: Fix "setpgrp failed in child" error
This broke e.g. Ctrl+C behaviour when debugging programs under gdb.
Fixes #73 .
9 years ago
Fredrik Fornwall
95eeb895a5
gdb: Change default solib search path
Add /system/lib(64) and /system/vendor/lib(64) to the default
solib search path so that system shared libraries are found.
Error mentioned in issue #73 .
9 years ago
Fredrik Fornwall
1d2aaaa0c8
gdb: Update from 7.10 to 7.10.1
9 years ago
Fredrik Fornwall
c355e2f29e
gdb: Update from 7.9.1 to 7.10
9 years ago
Fredrik Fornwall
614749cd9e
gdb: Use termux-provided bin/sh instead of system
10 years ago
Fredrik Fornwall
59f0d218a6
Initial push
10 years ago