forked from Imagelibrary/binutils-gdb
gdb
PR cli/9591: * NEWS: Update. * utils.c: Include main.h. (fputs_maybe_filtered): Don't paginate if `batch_flag'. (defaulted_query): Use default answer if `batch_flag'. * main.h (batch_flag): Declare. * main.c (batch_flag): New global. (captured_main): Remove 'batch'. Update. gdb/doc PR cli/9591: * gdb.texinfo (Mode Options): Mention lack of pagination and confirmation with --batch. (Screen Size): Mention --batch. (Messages/Warnings): Likewise.
This commit is contained in:
@@ -34,5 +34,6 @@ extern int gdb_main (struct captured_main_args *);
|
||||
extern int return_child_result;
|
||||
extern int return_child_result_value;
|
||||
extern int batch_silent;
|
||||
extern int batch_flag;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user