From fa0ea5047b2b6244098dc5f12b7fb1893a23548b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 8 May 2023 10:39:52 -0700 Subject: x86-fbsd-nat: Add missing public label. These two methods are both overrides of public methods in base classes. --- gdb/x86-fbsd-nat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb') diff --git a/gdb/x86-fbsd-nat.h b/gdb/x86-fbsd-nat.h index 0a1308f3584..a424323f399 100644 --- a/gdb/x86-fbsd-nat.h +++ b/gdb/x86-fbsd-nat.h @@ -27,6 +27,7 @@ class x86_fbsd_nat_target : public x86bsd_nat_target { +public: bool supports_stopped_by_hw_breakpoint () override { return true; } -- cgit v1.2.1