summaryrefslogtreecommitdiff
path: root/exp-omega
AgeCommit message (Collapse)AuthorFilesLines
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj3-5/+5
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7398 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-12-05Rename a header file.sewardj4-3/+3
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7278 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-12-02Update release docs.sewardj1-40/+135
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7265 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-30Update contact details.sewardj3-6/+9
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7260 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-26AIX 5.3 build fixes.sewardj1-0/+40
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7232 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-26drd: make the build silent regardless of platform, and abort atsewardj1-2/+2
startup with a message if a not supported platform, like Omega. omega: make the platform-not-supported-message a bit nicer. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7228 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-25Get rid of compiler warnings.sewardj1-1/+1
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7217 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-11Avoid compilation warnings from gcc-3.2 (about 'index' shadowing a built-in ↵sewardj1-14/+14
global) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7145 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-11Ensure omega.h is copied into the installation tree at 'make install' time.sewardj1-2/+2
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7142 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-10Include omega.h in the distribution tarball, else building from thesewardj1-1/+1
tarball fails. As it stands omega.h is not installed into $prefix/include/valgrind, so cannot be used in client requests. Perhaps it should be. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7138 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-10Fix compilation on ppc platforms.sewardj1-21/+31
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7136 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-09Merge (from branches/THRCHECK) the following amd64-linux stack unwindsewardj1-4/+6
kludges^H^H^H^H^H^H^Henhancements: r6802: For VG_(record_ExeContext) et al, add a new parameter (first_ip_delta) which is added to the initial IP value before the stack is unwound. A safe value to pass is zero, which causes the existing behaviour to be unchanged. This is a kludge needed to work around the incomplete amd64 stack unwind info in glibc-2.5's clone() routine. r7059: Add a last-ditch heuristic-hack to the amd64-linux stack unwinder, which is used when all other methods fail. Seems like GDB has something similar. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7118 a5019735-40e9-0310-863c-91ae7b9d1cf9
2007-11-09Add Bryan Meredith's Omega tool as an experimental tool. Maintainersewardj24-0/+4369
is Rich Coe. Also, a minor mod to Makefile.install.am to handle tool names with dashes in. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7112 a5019735-40e9-0310-863c-91ae7b9d1cf9