diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -93,7 +93,7 @@ enum compile_i_scope_types /* The O_BINARY flag is defined in fcntl.h on some non-Posix platforms. It is used as an access modifier in calls to open(), where it acts similarly to the "b" character in fopen()'s MODE argument. On Posix - platforms it should be a no-op, so it is defined as 0 here. This + platforms it should be a no-op, so it is defined as 0 here. This ensures that the symbol may be used freely elsewhere in gdb. */ #ifndef O_BINARY @@ -303,11 +303,11 @@ extern int print_address_symbolic (struct gdbarch *, CORE_ADDR, extern int build_address_symbolic (struct gdbarch *, CORE_ADDR addr, - int do_demangle, - char **name, - int *offset, - char **filename, - int *line, + int do_demangle, + char **name, + int *offset, + char **filename, + int *line, int *unmapped); extern void print_address (struct gdbarch *, CORE_ADDR, struct ui_file *); @@ -569,6 +569,8 @@ enum gdb_osabi GDB_OSABI_LYNXOS178, GDB_OSABI_NEWLIB, GDB_OSABI_SDE, + GDB_OSABI_SYLLABLE, + GDB_OSABI_NACL, GDB_OSABI_INVALID /* keep this last */ }; @@ -651,9 +653,9 @@ extern void (*deprecated_post_add_symbol_hook) (void); extern void (*selected_frame_level_changed_hook) (int); extern int (*deprecated_ui_loop_hook) (int signo); extern void (*deprecated_show_load_progress) (const char *section, - unsigned long section_sent, - unsigned long section_size, - unsigned long total_sent, + unsigned long section_sent, + unsigned long section_size, + unsigned long total_sent, unsigned long total_size); extern void (*deprecated_print_frame_info_listing_hook) (struct symtab * s, int line, |