gdb/ChangeLog:
* fbsd-nat.h (fbsd_nat_target::supports_multi_process): New
declaration.
* fbsd-nat.c (fbsd_nat_target::supports_multi_process): New
function.
+2020-07-10 John Baldwin <jhb@FreeBSD.org>
+
+ * fbsd-nat.h (fbsd_nat_target::supports_multi_process): New
+ declaration.
+ * fbsd-nat.c (fbsd_nat_target::supports_multi_process): New
+ function.
+
2020-07-09 John Baldwin <jhb@FreeBSD.org>
* inf-ptrace.c (inf_ptrace_target::wait): Don't compare against
#endif
#endif
+bool
+fbsd_nat_target::supports_multi_process ()
+{
+ return true;
+}
+
void _initialize_fbsd_nat ();
void
_initialize_fbsd_nat ()
override;
#endif
#endif /* PT_LWPINFO */
+
+ bool supports_multi_process () override;
};
#endif /* fbsd-nat.h */