aboutsummaryrefslogtreecommitdiff
path: root/include/mach.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-18 20:26:26 +0000
committerrsc <devnull@localhost>2005-01-18 20:26:26 +0000
commit20173464d2169892bde1a91bbfd1c2a811a79ace (patch)
tree34fa5370e0a961affdc8ce8f7bd677572e736848 /include/mach.h
parent170d47ee1fe2e59a37344025de696bc0d57989bb (diff)
downloadplan9port-20173464d2169892bde1a91bbfd1c2a811a79ace.tar.gz
plan9port-20173464d2169892bde1a91bbfd1c2a811a79ace.tar.bz2
plan9port-20173464d2169892bde1a91bbfd1c2a811a79ace.zip
add core cmd
Diffstat (limited to 'include/mach.h')
-rw-r--r--include/mach.h1
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 */