x86-fbsd-nat: Add missing public label.
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 8 May 2023 17:39:52 +0000 (10:39 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 8 May 2023 17:39:52 +0000 (10:39 -0700)
These two methods are both overrides of public methods in base
classes.

gdb/x86-fbsd-nat.h

index 0a1308f3584bec01c2c09855872d5e8dd7828cd6..a424323f3990e10b3a16e496ca234fb20dc2f914 100644 (file)
@@ -27,6 +27,7 @@
 
 class x86_fbsd_nat_target : public x86bsd_nat_target<fbsd_nat_target>
 {
+public:
   bool supports_stopped_by_hw_breakpoint () override
   { return true; }