aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/core.c b/src/cmd/core.c
index 8aa5e1d9..94a38bbc 100644
--- a/src/cmd/core.c
+++ b/src/cmd/core.c
@@ -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);
}
+