ports/devel/gdb/files/patch-gdb-i386fbsd-nat.c
John Baldwin 1dd15bfd00 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
2015-09-18 17:27:24 +00:00

11 lines
363 B
C

diff --git gdb/i386fbsd-nat.c gdb/i386fbsd-nat.c
index 6c43f2c..a205a26 100644
--- gdb/i386fbsd-nat.c
+++ gdb/i386fbsd-nat.c
@@ -175,7 +175,6 @@ _initialize_i386fbsd_nat (void)
t->to_read_description = i386fbsd_read_description;
#endif
- t->to_resume = i386fbsd_resume;
fbsd_nat_add_target (t);
/* Support debugging kernel virtual memory images. */