From: Richard Kennedy Date: Wed, 6 Feb 2008 09:38:01 +0000 (-0800) Subject: Documentation: add hint about call traces & module symbols to BUG-HUNTING X-Git-Tag: v2.6.25-rc1~668 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc85cb61808098d22792db95f1dfa9c8b3bcf6d;p=pandora-kernel.git Documentation: add hint about call traces & module symbols to BUG-HUNTING Here's a couple of small additions to BUG-HUNTING. 1. point out that you can list code in gdb with only one command (gdb) l *( + offset) 2. give a very brief hint how to decode module symbols in call traces Signed-off-by: Richard Kennedy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed