[AArch64] Add missing C_MAX_ELEM flags for SVE conversions
[deliverable/binutils-gdb.git] / gdb / gdbcmd.h
index 4614ec748c0a50098783d4c8456eab0d3bfafba4..1b47719f18a2e5253c7ace90e0ef83c59986be05 100644 (file)
@@ -133,7 +133,14 @@ extern struct cmd_list_element *showchecklist;
 extern struct cmd_list_element *save_cmdlist;
 
 extern void execute_command (const char *, int);
-extern std::string execute_command_to_string (const char *p, int from_tty);
+
+/* Execute command P and returns its output.  If TERM_OUT,
+   the output is built using terminal output behaviour such
+   as cli_styling.  */
+extern std::string execute_command_to_string (const char *p, int from_tty,
+                                             bool term_out);
+extern void execute_command_to_ui_file (struct ui_file *file,
+                                       const char *p, int from_tty);
 
 extern void print_command_line (struct command_line *, unsigned int,
                                struct ui_file *);
This page took 0.025307 seconds and 4 git commands to generate.