|
|
1.1 ! root 1: ! 2: /* Alist matching source file names to GDB filenumbers. ! 3: Used in output_source_line. */ ! 4: ! 5: struct gdbfile ! 6: { ! 7: struct gdbfile *next; ! 8: char *name; /* name of source file */ ! 9: int filenum; /* Assigned number */ ! 10: int nlines; /* # lines generated for this source file */ ! 11: }; ! 12: ! 13: /* Chain of all `struct gdbfile's. */ ! 14: ! 15: extern struct gdbfile *gdbfiles;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.