citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 706a63a875a58d09e98b8966ec091af3357eb077
parent 1041e32b648c7ee742e9664a01a67aa49beec3ca
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 10 Apr 2016 01:21:33 -0600

www: tighten text, add section on self instrumenting

Diffstat:
Mwww/index.html | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -46,6 +46,14 @@ <a href="/pkg/amd64/Citrun-0.dmg">Darwin x86_64</a> </li> </ul> + <p> C It Run is able to instrument itself. Self instrumented + development packages are being created for the following platforms and + architectures: + </p> + <ul> + <li><img class="inline_logo" src="puffy.gif" alt="OpenBSD Logo" /> + OpenBSD 5.8 amd64 + </ul> <h2>Source</h2> <p> There are two methods available: @@ -60,8 +68,7 @@ <p> The <a href="man/citrun_wrap.1.html">citrun_wrap(1)</a>, <a href="man/citrun_instrument.1.html">citrun_instrument(1)</a> and <a href="man/citrun_gl.1.html">citrun_gl(1)</a> - manuals that are shipped in the source tarball are official - documentation. + manuals that ship in the source tarball are official documentation. </p> <h2>Building</h2>