mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
* 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
11 lines
363 B
C
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. */
|