diff options
author | John Baldwin <jhb@FreeBSD.org> | 2015-04-29 13:53:45 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2015-04-29 13:53:45 +0000 |
commit | bc869246e9838943d99c2c0e3f2bda6c325a77d0 (patch) | |
tree | d9bb7f99a01d6552a99e35414062781ad97ef441 /devel/gdb/files/patch-gdb-amd64bsd-nat.c | |
parent | devel/onscripter: unbreak build against lang/lua53 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=384978
Diffstat (limited to 'devel/gdb/files/patch-gdb-amd64bsd-nat.c')
-rw-r--r-- | devel/gdb/files/patch-gdb-amd64bsd-nat.c | 10 |
1 files changed, 6 insertions, 4 deletions
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 <sys/types.h> #include <sys/ptrace.h> #include <machine/reg.h> @@ -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)) { |