import gdb-1999-12-21 snapshot
[deliverable/binutils-gdb.git] / sim / common / sim-profile.h
index 8f8d95f43a182f1f39e3e7a69df3c94b82ab67ed..4ffe85037661646765f079b7f265a995f9cf444b 100644 (file)
@@ -65,6 +65,10 @@ enum {
  | (1 << PROFILE_MODEL_IDX) \
  | (1 << PROFILE_CORE_IDX))
 
+/* Utility to set profile options.  */
+SIM_RC set_profile_option_mask (SIM_DESC sd_, const char *name_, int mask_,
+                               const char *arg_);
+
 /* Utility to parse a --profile-<foo> option.  */
 /* ??? On the one hand all calls could be confined to sim-profile.c, but
    on the other hand keeping a module's profiling option with the module's
This page took 0.031382 seconds and 4 git commands to generate.