summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-05-08 10:39:52 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2023-05-08 10:39:52 -0700
commitfa0ea5047b2b6244098dc5f12b7fb1893a23548b (patch)
tree76c52127ead495a6dea7f2865d6792e3664ec647
parentc239019c9f649867c686204d1ac8947a963784d8 (diff)
downloadbinutils-gdb-fa0ea5047b2b6244098dc5f12b7fb1893a23548b.tar.gz
x86-fbsd-nat: Add missing public label.
These two methods are both overrides of public methods in base classes.
-rw-r--r--gdb/x86-fbsd-nat.h1
1 files changed, 1 insertions, 0 deletions
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<fbsd_nat_target>
{
+public:
bool supports_stopped_by_hw_breakpoint () override
{ return true; }