aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r--gdb/fbsd-nat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h
index fb81c53..76d5aee 100644
--- a/gdb/fbsd-nat.h
+++ b/gdb/fbsd-nat.h
@@ -122,6 +122,10 @@ public:
bool supports_disable_randomization () override;
+ /* FreeBSD ptrace targets are shareable. */
+ bool is_shareable () override final
+ { return true; }
+
/* Methods meant to be overridden by arch-specific target
classes. */