diff options
| author | rsc <devnull@localhost> | 2005-01-18 20:26:26 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-01-18 20:26:26 +0000 |
| commit | 20173464d2169892bde1a91bbfd1c2a811a79ace (patch) | |
| tree | 34fa5370e0a961affdc8ce8f7bd677572e736848 /include | |
| parent | 170d47ee1fe2e59a37344025de696bc0d57989bb (diff) | |
| download | plan9port-20173464d2169892bde1a91bbfd1c2a811a79ace.tar.gz plan9port-20173464d2169892bde1a91bbfd1c2a811a79ace.zip | |
add core cmd
Diffstat (limited to 'include')
| -rw-r--r-- | include/mach.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach.h b/include/mach.h index 79d8ac08..fdd68dfc 100644 --- a/include/mach.h +++ b/include/mach.h @@ -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 */ |
