This is gdbfiles.h in view mode; [Download] [Up]
/* Alist matching source file names to GDB filenumbers. Used in output_source_line. */ struct gdbfile { struct gdbfile *next; char *name; /* name of source file */ int filenum; /* Assigned number */ int nlines; /* # lines generated for this source file */ }; /* Chain of all `struct gdbfile's. */ extern struct gdbfile *gdbfiles;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.