]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb77649b67ad2bdfa4cf04a58215a9659bfd77009
tree578e24baa2d6de390652f278e2c5a58b018e5816
parentc28000f916874ee1aece3b2226d5811ee5c3080a
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