|
From: Scott G. <sgi...@su...> - 2008-10-02 23:45:46
|
Hello,
I was reading through this article on using Emacs and Valgrind:
http://tromey.com/blog/?p=342
With the right information output by Valgrind, I can jump right to the
line of an error report in Emacs by clicking on it. Very cool!
But, the copy of Valgrind I have doesn't seem to print out full
pathnames, and so this doesn't work. I wrote a very simple patch to
have it print out the full path in traces.
I posted my Emacs code (heavily based on Emacs compile mode) and also
the patch here:
http://suspectclass.com/~sgifford/emacs/valgrind-emacs.html
Feedback is welcome.
Thanks,
----Scott.
|