@@ -4,9 +4,6 @@ valgrind: Memory error detector, call graph generator, runtime profiler
44Description
55-----------
66
7- This is an optional spkg. It supports Linux on x86, x86-64, ppc, ppc64
8- and ARM as well as Darwin (Mac OS X 10.5 and 10.6) on x86 and x86-64.
9-
107Valgrind is an instrumentation framework for building dynamic analysis
118tools. There are Valgrind tools that can automatically detect many
129memory management and threading bugs, and profile your programs in
@@ -18,10 +15,7 @@ branch-prediction profiler, a call-graph generating cache and
1815branch-prediction profiler, and a heap profiler. It also includes three
1916experimental tools: a heap/stack/global array overrun detector, a second
2017heap profiler that examines how heap blocks are used, and a SimPoint
21- basic block vector generator. It runs on the following platforms:
22- X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, PPC64/Linux,
23- S390X/Linux, ARM/Android (2.3.x), X86/Darwin and AMD64/Darwin (Mac OS X
24- 10.6 and 10.7).
18+ basic block vector generator.
2519
2620License
2721-------
@@ -35,20 +29,3 @@ Upstream Contact
3529
3630- http://www.valgrind.org/
3731- valgrind-user, valgrind-devel mailing lists
38-
39- Dependencies
40- ------------
41-
42- - None
43-
44-
45- Special Build Instructions
46- --------------------------
47-
48- - To build on OS X, you need to use Apple's compiler. FSF GCC is
49- unsupported.
50-
51- Patches
52- ~~~~~~~
53-
54- - None.
0 commit comments