gdb: pass inferior to check_pid_namespace_match
[deliverable/binutils-gdb.git] / gdb / arch / i386.h
index fa8543808094b4f55757a72d6f6f17e93ad09e4b..12c9e27edaa33b011e06fefb00b86362a8a805d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017-2019 Free Software Foundation, Inc.
+/* Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #ifndef ARCH_I386_H
 #define ARCH_I386_H
 
-#include "common/tdesc.h"
+#include "gdbsupport/tdesc.h"
 #include <stdint.h>
 
-target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux);
+target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux,
+                                            bool segments);
 
 #endif /* ARCH_I386_H */
This page took 0.023982 seconds and 4 git commands to generate.