aboutsummaryrefslogtreecommitdiff
path: root/gdb/x86-fbsd-nat.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:36:23 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:46:02 -0500
commitc583a2520616c2736cffc389c89a48b159366e6c (patch)
treeb4925f26506fcee96c16119431c01760f05db95d /gdb/x86-fbsd-nat.h
parentca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff)
downloadfsf-binutils-gdb-users/simark/clang-format.zip
fsf-binutils-gdb-users/simark/clang-format.tar.gz
fsf-binutils-gdb-users/simark/clang-format.tar.bz2
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/x86-fbsd-nat.h')
-rw-r--r--gdb/x86-fbsd-nat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/x86-fbsd-nat.h b/gdb/x86-fbsd-nat.h
index 0a1308f..2187aef 100644
--- a/gdb/x86-fbsd-nat.h
+++ b/gdb/x86-fbsd-nat.h
@@ -27,8 +27,7 @@
class x86_fbsd_nat_target : public x86bsd_nat_target<fbsd_nat_target>
{
- bool supports_stopped_by_hw_breakpoint () override
- { return true; }
+ bool supports_stopped_by_hw_breakpoint () override { return true; }
void low_new_fork (ptid_t parent, pid_t child) override;
};