Some get_last_target_status tweaks
[deliverable/binutils-gdb.git] / gdb / mem-break.c
index 75447701e9d2d27e7a9f1cb077587b89eae862fb..a251aa4337251c45687cba366b06fbc42b4082b5 100644 (file)
@@ -1,6 +1,6 @@
 /* Simulate breakpoints by patching locations in the target system, for GDB.
 
-   Copyright (C) 1990-2018 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.024918 seconds and 4 git commands to generate.