Use symbol_set_language to set a symbol's language
[deliverable/binutils-gdb.git] / gdb / mem-break.c
index 75447701e9d2d27e7a9f1cb077587b89eae862fb..cf2ba593a592a3235dfca4e7e7314df06fbf09e5 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-2019 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.025455 seconds and 4 git commands to generate.