X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fgdbcore.h;h=c3db1da0828c6048f347b76ce6fd81a2985b7af0;hb=1adeb98a32c1291fbc8cb812bdc8d39d221c6fe5;hp=bdf14c264a877049e1117416abe7d5ca9a9e8c5f;hpb=8fb35fedd531db95117ec2571f74a8dac1cf5844;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index bdf14c264a..c3db1da082 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -98,9 +98,11 @@ extern int write_files; extern void core_file_command (char *filename, int from_tty); +extern void exec_open (char *filename, int from_tty); + extern void exec_file_attach (char *filename, int from_tty); -extern void exec_file_command (char *filename, int from_tty); +extern void exec_file_clear (int from_tty); extern void validate_files (void);