diff options
Diffstat (limited to 'tools/debugscripts/README')
-rw-r--r-- | tools/debugscripts/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/debugscripts/README b/tools/debugscripts/README index 732d3c2..bd28cdc 100644 --- a/tools/debugscripts/README +++ b/tools/debugscripts/README @@ -14,3 +14,8 @@ perform kernel debugging, you would do: (kgdb) +This directory also contains a kgdb script that given a crash dump number +automaticly extract the path to the kernel source, run gdb to extract +information about kernel modules loaded, and then rerun gdb loading the +necessary symbols for the modules. You need to make sure you build the +modules w/ debugging symbols seperately to get things to work. |