Improve target description check for SVE in gdbserver
[deliverable/binutils-gdb.git] / gdb / gdbserver / tdesc.h
index b93f53c8d44592b95bbe1cf23c712709736f7a33..da21cdaad47f14f29a647ec7f6ce351115330074 100644 (file)
@@ -93,4 +93,9 @@ void init_target_desc (struct target_desc *tdesc,
 
 const struct target_desc *current_target_desc (void);
 
+/* Return true if TDESC contains the feature described by string FEATURE.
+   Return false otherwise.  */
+bool tdesc_contains_feature (const target_desc *tdesc,
+                            const std::string &feature);
+
 #endif /* GDBSERVER_TDESC_H */
This page took 0.033071 seconds and 4 git commands to generate.