add core cmd

This commit is contained in:
rsc 2005-01-18 20:26:26 +00:00
parent 170d47ee1f
commit 20173464d2
4 changed files with 65 additions and 0 deletions

View file

@ -259,6 +259,7 @@ struct Fhdr
void *dwarf; /* handle to dwarf image */
void *macho; /* handle to mach-o image */
struct Stab stabs;
char *cmd; /* command-line that produced core */
/* private */
Symbol *sym; /* cached list of symbols */