AArch64: Add gdbserver MTE support
[deliverable/binutils-gdb.git] / gdbsupport / btrace-common.h
index c9dc683044f1c17b7d354f4866dff654272f9943..26d26ec957f68f71dbe33b09f02372d0c8f7a5e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Branch trace support for GDB, the GNU debugger.
 
-   Copyright (C) 2013-2020 Free Software Foundation, Inc.
+   Copyright (C) 2013-2021 Free Software Foundation, Inc.
 
    Contributed by Intel Corp. <markus.t.metzger@intel.com>.
 
@@ -74,7 +74,10 @@ enum btrace_cpu_vendor
   CV_UNKNOWN,
 
   /* Intel.  */
-  CV_INTEL
+  CV_INTEL,
+
+  /* AMD.  */
+  CV_AMD
 };
 
 /* A cpu identifier.  */
This page took 0.034857 seconds and 4 git commands to generate.