mattboehm / vim-unstack

Vim plugin for parsing stack traces and opening the files
286 stars 15 forks source link

valgrind support #27

Closed IngoMeyer441 closed 7 years ago

IngoMeyer441 commented 7 years ago

This pull request add valgrind support. Since valgrind stack traces are printed in reversed order, the first commit adds support for reversed traces.

mattboehm commented 7 years ago

Thanks, looks good to me!