|
From: Donna R. <do...@te...> - 2005-07-28 22:45:46
|
We are pleased to release Valkyrie-0.9, an open-source GUI for the Valgrind 3.X line. Version 0.9 is stable enough to be useful. Please download and try it, and let us know what you think. To check out Valkyrie via anonymous, read-only svn access: svn co svn://82.138.248.201/valkyrie/trunk valkyrie To build, follow the instructions in the INSTALL file. Valkyrie is known to build and run on the following platforms: amd64 running SuSE 9.2 x86 running SuSE 9.1, SuSE 9.3 ppc32 running Yellow Dog 4.0.1 Valkyrie is a Qt-based GUI for Valgrind, and is based on Valgrind 3.X's XML output capabilities. Valkyrie is designed for simplicity and ease of use, whilst allowing access to the full range of Valgrind command-line options. Currently it can only deal with output from Memcheck, although work is in progress to handle Cachegrind and Massif too. Also included in Valkyrie is an auxiliary tool which can read XML output from multiple Valgrind (Memcheck) runs, merge them together into a single XML file, and optionally display the merged result in the GUI. There are some screenshots of Valkyrie at http://www.open-works.co.uk/projects/valkyrie.html Donna & Cerion |
|
From: James B. <ja...@ha...> - 2005-07-29 09:31:18
|
On Thu, 2005-07-28 at 22:15 +0000, Donna Robinson wrote: > We are pleased to release Valkyrie-0.9, an open-source GUI for > the Valgrind 3.X line. Version 0.9 is stable enough to be useful. > Please download and try it, and let us know what you think. > > To check out Valkyrie via anonymous, read-only svn access: > svn co svn://82.138.248.201/valkyrie/trunk valkyrie > To build, follow the instructions in the INSTALL file. > > Valkyrie is known to build and run on the following platforms: > amd64 running SuSE 9.2 > x86 running SuSE 9.1, SuSE 9.3 > ppc32 running Yellow Dog 4.0.1 I've built and run Valkyrie on my FC3 machine. However, to get Valkyrie to build, I needed to add #include <errno.h> to the top of the file src/tool_utils/async_process.cpp otherwise I had a lot of errno undefined errors. Also the "install" section of the Makefiles doesnt actually do anything ... Cheers, James. James Begley -- Telephone: +354-575-2039. Marine Research Institute, Skulagata 4, P.O. Box 1390, 121 Reykjavik, Iceland. |