Package: gdb / 7.7.1+dfsg-5

Metadata

Package Version Patches format
gdb 7.7.1+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gdb fortran main.patch | (download)

gdb/symtab.c | 8 6 + 2 - 0 !
gdb/testsuite/gdb.fortran/lang.exp | 40 40 + 0 - 0 !
2 files changed, 46 insertions(+), 2 deletions(-)

---
linuxthreads_signal_handling.patch | (download)

gdb/common/signals.c | 9 9 + 0 - 0 !
include/gdb/signals.def | 6 5 + 1 - 0 !
2 files changed, 14 insertions(+), 1 deletion(-)

 temporary support for linuxthreads signal handling on gnu/kfreebsd

solve_PATH_MAX_issue.patch | (download)

gdb/nto-tdep.c | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

 patch out a path_max usage, for hurd's benefit

gdb 6.5 bz185337 resolve tls without debuginfo v2.patch | (download)

gdb/printcmd.c | 2 2 + 0 - 0 !
gdb/testsuite/gdb.dwarf2/dw2-errno.c | 28 28 + 0 - 0 !
gdb/testsuite/gdb.dwarf2/dw2-errno.exp | 60 60 + 0 - 0 !
3 files changed, 90 insertions(+)

---
python config.patch | (download)

gdb/configure | 106 100 + 6 - 0 !
gdb/configure.ac | 14 8 + 6 - 0 !
2 files changed, 108 insertions(+), 12 deletions(-)

 use system python-config if available
ppc64le.diff | (download)

gdb/gdbarch.c | 33 33 + 0 - 0 !
gdb/gdbarch.h | 18 18 + 0 - 0 !
gdb/gdbarch.sh | 13 13 + 0 - 0 !
gdb/infrun.c | 4 4 + 0 - 0 !
gdb/ppc-linux-tdep.c | 72 66 + 6 - 0 !
gdb/ppc-sysv-tdep.c | 1464 763 + 701 - 0 !
gdb/ppc-tdep.h | 11 11 + 0 - 0 !
gdb/rs6000-tdep.c | 55 47 + 8 - 0 !
gdb/symtab.c | 2 2 + 0 - 0 !
gdb/testsuite/gdb.arch/altivec-regs.exp | 13 6 + 7 - 0 !
gdb/testsuite/gdb.arch/powerpc-d128-regs.exp | 2 1 + 1 - 0 !
gdb/testsuite/gdb.arch/vsx-regs.exp | 38 32 + 6 - 0 !
gdb/testsuite/gdb.base/sigbpt.exp | 2 1 + 1 - 0 !
gdb/testsuite/gdb.base/step-bt.c | 11 10 + 1 - 0 !
14 files changed, 1007 insertions(+), 731 deletions(-)

---
gdb glibc vdso workaround.patch | (download)

gdb/solib.c | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 [rfc] work around pr libc/13097 "linux-vdso.so.1" #2

Hi,

missed the x86_64-m32 case:

gdb/
2011-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>

	Work around PR libc/13097.
	* solib.c (update_solib_list): Ignore "linux-vdso.so.1".

hurd new RPC reply stub functions.patch | (download)

gdb/gnu-nat.c | 133 78 + 55 - 0 !
1 file changed, 78 insertions(+), 55 deletions(-)

 fix ftbfs on hurd.
 New RPC reply stub functions.
 Based on a patch by David Michael <fedora.dm0@gmail.com>.
hurd adapt to changed MIG output.patch | (download)

gdb/reply_mig_hack.awk | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs on hurd.
 Adapt to changed MIG output.
 Based on a patch by David Michael <fedora.dm0@gmail.com>.
hurd adjust to startup with shell changes.patch | (download)

gdb/gnu-nat.c | 25 7 + 18 - 0 !
1 file changed, 7 insertions(+), 18 deletions(-)

 fix ftbfs on hurd.
 Adjust to startup-with-shell changes.
hurd make MIG output parsing more robust.patch | (download)

gdb/reply_mig_hack.awk | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 fix ftbfs on hurd.
 Make MIG output parsing more robust.
 Based on a patch by David Michael <fedora.dm0@gmail.com>.
kfreebsd_bug752390.diff | (download)

gdb/bsd-kvm.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include <sys/param.h> before <sys/proc.h>
restore run.1.patch | (download)

sim/common/run.1 | 475 475 + 0 - 0 !
1 file changed, 475 insertions(+)

 temporary patch to make up for overzealous manpage stripping

fix ftbfs arm64.patch | (download)

gdb/aarch64-linux-nat.c | 1 1 + 0 - 0 !
gdb/gdbserver/linux-aarch64-low.c | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 [patch] include asm/ptrace.h for linux-aarch64-low.c

A recent change to glibc removed asm/ptrace.h from user.h for
AArch64. This meant that cross-native builds of gdb using trunk
glibc broke because aarch64-linux-nat.c because user_hwdebug_state
couldn't be found.

Fixed by including asm/ptrace.h like other ports.