ttodo - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 303cb7c6dbb49fd57cb97af77f93fab620eee8d7 | |
parent 9020c5dcc309088aa5bd570350f944a5b133a6f6 | |
Author: rsc | |
Date: Thu, 20 Jan 2005 17:53:14 +0000 ttodo Diffstat: M src/cmd/core.c | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) --- | |
diff --git a/src/cmd/core.c b/src/cmd/core.c | |
t@@ -98,5 +98,11 @@ corefile(char *name, int explicit) return; } print("acid %s # %s %s\n", name, t, hdr->cmd); + + /* + * To do: look at command line to determine binary. + * Print stack. + */ uncrackhdr(hdr); } + |