summaryrefslogtreecommitdiff
path: root/devel/gdb/files/patch-gdb-i386fbsd-nat.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2015-09-18 17:27:24 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2015-09-18 17:27:24 +0000
commit1dd15bfd00e8e6e13450b77d499f2148dfa95287 (patch)
tree7d3d1f8dda27612c652e7ef497cf56f8b4cec8f0 /devel/gdb/files/patch-gdb-i386fbsd-nat.c
parentUpdate astro/viking to v1.6 (diff)
Update gdb to 7.10
* Removing patches from the port already committed in upstream * Adopting the new OPTION dependent targets (like do-install-PYTHON-on:) * Enable support for 64-bit targets on 32-bit systems (e.g. allow the i386 gdb to debug an amd64 binary). * Now supports fork and exec tracing. PR: 203170 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: tijl
Notes
Notes: svn path=/head/; revision=397259
Diffstat (limited to 'devel/gdb/files/patch-gdb-i386fbsd-nat.c')
-rw-r--r--devel/gdb/files/patch-gdb-i386fbsd-nat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gdb/files/patch-gdb-i386fbsd-nat.c b/devel/gdb/files/patch-gdb-i386fbsd-nat.c
index 062289d0441d..13ee2c191e3c 100644
--- a/devel/gdb/files/patch-gdb-i386fbsd-nat.c
+++ b/devel/gdb/files/patch-gdb-i386fbsd-nat.c
@@ -7,6 +7,5 @@ index 6c43f2c..a205a26 100644
#endif
- t->to_resume = i386fbsd_resume;
- t->to_pid_to_exec_file = fbsd_pid_to_exec_file;
- t->to_find_memory_regions = fbsd_find_memory_regions;
- add_target (t);
+ fbsd_nat_add_target (t);
+ /* Support debugging kernel virtual memory images. */