projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c239019
)
x86-fbsd-nat: Add missing public label.
author
John Baldwin
<jhb@FreeBSD.org>
Mon, 8 May 2023 17:39:52 +0000
(10:39 -0700)
committer
John 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
patch
|
blob
|
history
diff --git
a/gdb/x86-fbsd-nat.h
b/gdb/x86-fbsd-nat.h
index 0a1308f3584bec01c2c09855872d5e8dd7828cd6..a424323f3990e10b3a16e496ca234fb20dc2f914 100644
(file)
--- 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; }