From: John Baldwin Date: Mon, 8 May 2023 17:39:52 +0000 (-0700) Subject: x86-fbsd-nat: Add missing public label. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa0ea5047b2b6244098dc5f12b7fb1893a23548b;p=binutils-gdb.git x86-fbsd-nat: Add missing public label. These two methods are both overrides of public methods in base classes. --- 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; }