gdbsupport: allow passing format string to scoped_debug_start_end
[deliverable/binutils-gdb.git] / gdbserver / linux-aarch64-tdesc.h
index 0165e633d4c75dc66fe4feb8ae53ad2754158a5c..8319ca7d68b3d1f70abd257bc10c24e9a760e6c4 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level support for aarch64, shared between gdbserver and IPA.
 
-   Copyright (C) 2016-2020 Free Software Foundation, Inc.
+   Copyright (C) 2016-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,6 +20,7 @@
 #ifndef GDBSERVER_LINUX_AARCH64_TDESC_H
 #define GDBSERVER_LINUX_AARCH64_TDESC_H
 
-const target_desc * aarch64_linux_read_description (uint64_t vq, bool pauth_p);
+const target_desc * aarch64_linux_read_description (uint64_t vq, bool pauth_p,
+                                                   bool mte_p);
 
 #endif /* GDBSERVER_LINUX_AARCH64_TDESC_H */
This page took 0.023413 seconds and 4 git commands to generate.