> 1> Is valgrind capable of assessing software that contains interrupts ? > (hardware or software interrupts) If so, How to set this up?
It just works, right out-of-the-box. valgrind is a user-mode program for Linux, and the subject [analyzed] programs are also user-mode programs for Linux, and "interrupt" means "signal". Signals "just work". > 2> Has any work been done regarding running valgrind under simulated > environments? Such as within TSIM ( > http://www.gaisler.com/cms/index.php?option=com_content&task=view&id=38&Itemid=56 > ) If so, How to set this up? Valgrind is a user-mode application that processes another user-mode application for the same CPU architecture. So, just run valgrind inside the simulated environment. -- ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
