diff options
Diffstat (limited to 'gdb/exec.h')
-rw-r--r-- | gdb/exec.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include "target.h" #include "progspace.h" #include "memrange.h" +#include "symfile-add-flags.h" struct target_section; struct target_ops; @@ -113,4 +114,11 @@ extern void print_section_info (struct target_section_table *table, extern void exec_close (void); +/* Helper function that attempts to open the symbol file at EXEC_FILE_HOST. + If successful, it proceeds to add the symbol file as the main symbol file. + + ADD_FLAGS is passed on to the function adding the symbol file. */ +extern void try_open_exec_file (const char *exec_file_host, + struct inferior *inf, + symfile_add_flags add_flags); #endif |