ttodo - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 303cb7c6dbb49fd57cb97af77f93fab620eee8d7
(DIR) parent 9020c5dcc309088aa5bd570350f944a5b133a6f6
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 20 Jan 2005 17:53:14 +0000
ttodo
Diffstat:
M src/cmd/core.c | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) 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);
}
+