citrun

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

commit f3d099b8e052bc1fd8da7e3203dd180856b692e2
parent 8e73a6e4d96c2cf283834cef5620de5b330b7805
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 17:57:43 -0700

distrib: add better description to packages

Diffstat:
Mdistrib/openbsd/pkg/DESCR | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/distrib/openbsd/pkg/DESCR b/distrib/openbsd/pkg/DESCR @@ -1,4 +1,6 @@ -Adds instrumentation to your source code at compile time. +C It Run lets you watch source code execute. -When your instrumented binaries run their execution information can be -visualized with the included OpenGL viewer. +It supports the C/C++ programming languages and all types of executing code +like static/shared libraries or executable programs. + +Instrumentation and viewer utilities with manuals are included.