summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/gdb/cli/cli-script.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gdb/gdb/cli/cli-script.h')
-rw-r--r--contrib/gdb/gdb/cli/cli-script.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/gdb/gdb/cli/cli-script.h b/contrib/gdb/gdb/cli/cli-script.h
index f8604c6..fc5c203 100644
--- a/contrib/gdb/gdb/cli/cli-script.h
+++ b/contrib/gdb/gdb/cli/cli-script.h
@@ -19,6 +19,10 @@
#if !defined (CLI_SCRIPT_H)
#define CLI_SCRIPT_H 1
+struct ui_file;
+struct command_line;
+struct cmd_list_element;
+
/* Exported to cli/cli-cmds.c */
extern void script_from_file (FILE *stream, char *file);
@@ -41,6 +45,10 @@ extern enum command_control_type
extern void print_command_lines (struct ui_out *,
struct command_line *, unsigned int);
+extern struct command_line * copy_command_lines (struct command_line *cmds);
+
+struct cleanup *make_cleanup_free_command_lines (struct command_line **arg);
+
/* Exported to gdb/infrun.c */
extern void execute_user_command (struct cmd_list_element *c, char *args);
OpenPOWER on IntegriCloud