gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / mem-break.c
index 8e2debfba386e3944d90c3380934b95f43cd8431..a251aa4337251c45687cba366b06fbc42b4082b5 100644 (file)
@@ -1,6 +1,6 @@
 /* Simulate breakpoints by patching locations in the target system, for GDB.
 
-   Copyright (C) 1990-2017 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 Free Software Foundation, Inc.
 
    Contributed by Cygnus Support.  Written by John Gilmore.
 
@@ -24,6 +24,8 @@
 #include "breakpoint.h"
 #include "inferior.h"
 #include "target.h"
+#include "gdbarch.h"
+
 /* Insert a breakpoint on targets that don't have any better
    breakpoint support.  We read the contents of the target location
    and stash it, then overwrite it with a breakpoint instruction.
This page took 0.023559 seconds and 4 git commands to generate.