gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / record.h
index 03f96e8ab78e540b4649687dec083e2f59b291c9..1bdd53774ad67fca1d0c4edd295c6fa0588fa9dc 100644 (file)
@@ -1,6 +1,6 @@
 /* Process record and replay target for GDB, the GNU debugger.
 
-   Copyright (C) 2008-2019 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,8 +21,9 @@
 #define RECORD_H
 
 #include "target/waitstatus.h" /* For enum target_stop_reason.  */
-#include "common/enum-flags.h"
+#include "gdbsupport/enum-flags.h"
 
+struct address_space;
 struct cmd_list_element;
 struct inferior;
 
This page took 0.0235 seconds and 4 git commands to generate.