btrace: Use function segment index in call iterator.
[deliverable/binutils-gdb.git] / gdb / command.h
index ae200217be03f34a24ba29faa53e9feb2f5dabad..aa179e91264538e293ffcfcec467ab7388d3fd1c 100644 (file)
@@ -141,6 +141,12 @@ extern struct cmd_list_element *add_alias_cmd (const char *, const char *,
                                               enum command_class, int,
                                               struct cmd_list_element **);
 
+extern struct cmd_list_element *add_alias_cmd (const char *,
+                                              cmd_list_element *,
+                                              enum command_class, int,
+                                              struct cmd_list_element **);
+
+
 extern struct cmd_list_element *add_prefix_cmd (const char *, enum command_class,
                                                cmd_cfunc_ftype *fun,
                                                const char *,
This page took 0.023837 seconds and 4 git commands to generate.