-
Notifications
You must be signed in to change notification settings - Fork 10
/
README_DEVELOPERS
35 lines (26 loc) · 1.11 KB
/
README_DEVELOPERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Fjalar developer documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Developer documentation is located in ./valgrind/fjalar/README_DEVELOPERS.
Additional developer's notes can be found in the ./valgrind/fjalar/notes
directory.
Documentation for how to merge a new release of Valgrind into Fjalar appears
in the ./doc directory.
Repository structure
---------------------
./valgrind/
Contains the source code for Valgrind.
./valgrind/fjalar
Contains the source for the Fjalar framework.
./valgrind/fjalar/basic-tool
Contains the source for a simple example tool built upon Fjalar.
./valgrind/fjalar/docs
Contains material about how to use the Fjalar framework to build
dynamic program analysis tools. A good starting place is:
./valgrind/fjalar/docs/fjalar-www/fjalar_manual.html
./valgrind/fjalar/kvasir
Contains the source for Kvasir and DynComp.
./valgrind/fjalar/notes
Contains various developmental notes on Fjalar including notes kept
by Philip Guo, as well as a Fjalar design document.
./valgrind/fjalar/tools
Contains a tool for debugging DynComp comparability errors.