X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fdefs.h;h=9e8797111920cfc5d0651de1579a16dd32369d6e;hb=754e31689866524049b9cfc68053ed4e1293cfac;hp=4cf83f0d443e81a478d4cd5338fd3e3f579e1a44;hpb=c7110220be62590222e35525dda499902ee49a89;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/defs.h b/gdb/defs.h index 4cf83f0d44..9e87971119 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -309,7 +309,7 @@ typedef void initialize_file_ftype (void); extern char *gdb_readline_wrapper (const char *); -extern char *command_line_input (const char *, int, const char *); +extern char *command_line_input (const char *, const char *); extern void print_prompt (void); @@ -389,6 +389,9 @@ enum info_proc_what /* * Display `info proc cwd'. */ IP_CWD, + /* * Display `info proc files'. */ + IP_FILES, + /* * Display all of the above. */ IP_ALL }; @@ -495,6 +498,7 @@ enum gdb_osabi GDB_OSABI_LYNXOS178, GDB_OSABI_NEWLIB, GDB_OSABI_SDE, + GDB_OSABI_PIKEOS, GDB_OSABI_INVALID /* keep this last */ };