提交 020acb4f 创建 作者: Frans Kaashoek's avatar Frans Kaashoek

For the convenience of students

上级 6650cc93
#!/bin/sh
# Decode the symbols from a panic stack trace on stdin
if which addr2line
then
p="addr2line"
else
p="i386-jos-elf-addr2line"
fi
echo grep '^ ' | $p -e kernel $*
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论