Documentation: add hint about call traces & module symbols to BUG-HUNTING
authorRichard Kennedy <richard@rsk.demon.co.uk>
Wed, 6 Feb 2008 09:38:01 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:09 +0000 (10:41 -0800)
commitdcc85cb61808098d22792db95f1dfa9c8b3bcf6d
tree578e24baa2d6de390652f278e2c5a58b018e5816
parent844fcc53962d781aab7c164acbfa46505427375e
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 *(<symbol> + offset)

2. give a very brief hint how to decode module symbols in call traces

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/BUG-HUNTING