oops_trace.vim : oops_trace.vim - Use tag-style lookups on Linux kernel oops backtraces.
script karma |
Rating 5/2,
Downloaded by 1634 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Ross Zwisler |
|
script type |
patch |
|
description |
This script lets you use tag-style lookups (i.e. C-] ) on Linux kernel oops
stack traces. For this to work, you need the following:
1) The log file with the stack trace needs to be recognized as having
filetype=messages, which is hopefully the default. If not, run
'set filetype=messages'.
2) You need to have built your kernel with debug symbols
(CONFIG_DEBUG_INFO=y).
3) Vim needs to have its PWD in your Linux build directory, or you need to
set up the g:oops_path global variable to your build directory. i.e.:
let g:oops_path='/home/myuser/linux-kernel' |
|
install details |
Just copy to your ~/.vim/plugin directory. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.85
|