[PATCH] Documentation. add hint about call traces & module symbols to BUG-HUNTING

2008-01-06 Thread Richard Kennedy
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 <[EMAIL PROTECTED]> It would have saved me

[PATCH] Documentation. add hint about call traces module symbols to BUG-HUNTING

2008-01-06 Thread Richard Kennedy
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 [EMAIL PROTECTED] It would have