Skip to content

oops_trace.vim - Use tag-style lookups on Linux kernel oops backtraces.

Notifications You must be signed in to change notification settings

rzwisler/oops_trace.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4690

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'

About

oops_trace.vim - Use tag-style lookups on Linux kernel oops backtraces.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%