citrun

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

commit 54bd59931ed1e8e25ec39853d5183fcb0fee9438
parent aa3b445510b741b81dbed6d6ca7a6f5cf8088e8b
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed, 30 Mar 2016 21:40:32 -0600

instrument: add more man

Diffstat:
Minstrument/scv_instrument.1 | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/instrument/scv_instrument.1 b/instrument/scv_instrument.1 @@ -7,4 +7,14 @@ .Sh SYNOPSIS .Nm .Sh DESCRIPTION -Instrument source code for execution analysis. +.Nm +is not meant to be invoked directly. Rather it is meant to be called from +compiler named symlinks that are put on the $PATH by +.Xr scv_wrap 1 . +.Pp +If an +.Xr scv_viewer 1 +is running any instrumented applications will try connecting to it. +.Sh SEE ALSO +.Xr scv_viewer 1 , +.Xr scv_wrap 1