plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 303cb7c6dbb49fd57cb97af77f93fab620eee8d7
parent 9020c5dcc309088aa5bd570350f944a5b133a6f6
Author: rsc <devnull@localhost>
Date:   Thu, 20 Jan 2005 17:53:14 +0000

todo

Diffstat:
Msrc/cmd/core.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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); } +