From bc869246e9838943d99c2c0e3f2bda6c325a77d0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 29 Apr 2015 13:53:45 +0000 Subject: Update to 7.9. - Move changes that have been adopted upstream after 7.9 into extra patches named after the commit to GDB's master branch. This includes previous patches such as the signal trampoline detection fixes and XSAVE support as well as well as new fixes such as fixing 'gcore' to not require procfs. - The tui-io.c patch previously needed with new readline has been accepted upstream. - The remaining patches have been updated to apply cleanly. - The threads target has been fixed to actually pass register requests for LWP-backed threads down to the ptrace backends without detouring via libthread_db which actually fixes AVX with threads. PR: 199451 Differential Revision: https://reviews.freebsd.org/D2293 Approved by: bapt, luca.pizzamiglio@gmail.com (maintainer) --- devel/gdb/files/patch-gdb-amd64bsd-nat.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'devel/gdb/files/patch-gdb-amd64bsd-nat.c') diff --git a/devel/gdb/files/patch-gdb-amd64bsd-nat.c b/devel/gdb/files/patch-gdb-amd64bsd-nat.c index 5fb51d29e7a8..4ec19126faa1 100644 --- a/devel/gdb/files/patch-gdb-amd64bsd-nat.c +++ b/devel/gdb/files/patch-gdb-amd64bsd-nat.c @@ -1,6 +1,8 @@ ---- gdb/amd64bsd-nat.c.orig 2013-04-09 16:45:15.000000000 +0200 -+++ gdb/amd64bsd-nat.c 2013-04-09 18:53:22.000000000 +0200 -@@ -29,6 +29,7 @@ +diff --git gdb/amd64bsd-nat.c gdb/amd64bsd-nat.c +index 66d4289..b1d4a0e 100644 +--- gdb/amd64bsd-nat.c ++++ gdb/amd64bsd-nat.c +@@ -28,6 +28,7 @@ #include #include #include @@ -8,7 +10,7 @@ #include "amd64-tdep.h" #include "amd64-nat.h" -@@ -81,14 +82,24 @@ +@@ -98,14 +99,24 @@ amd64bsd_store_inferior_registers (struct target_ops *ops, if (regnum == -1 || amd64_native_gregset_supplies_p (gdbarch, regnum)) { -- cgit v1.2.3