citrun

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

commit 5cd2aecb0223449d6249940ac3e56f708a633205
parent b3aebf1e68ad417abd9904d45289cdac53c8fc15
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 16:58:58 -0600

bin: update man page

Diffstat:
Mbin/citrun_wrap.1 | 17++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/bin/citrun_wrap.1 b/bin/citrun_wrap.1 @@ -1,10 +1,21 @@ .Dd March 11, 2016 -.Dt SCV_WRAP 1 +.Dt CITRUN_WRAP 1 .Os .Sh NAME -.Nm scv_wrap +.Nm citrun_wrap .Nd wrap a build command .Sh SYNOPSIS .Nm +make .Sh DESCRIPTION -Wraps an existing build command adding instrumentation and runtime components. +Wraps an existing build command putting compiler aliases on $PATH so +.Xr citrun_instrument 1 +is called instead of the native compiler. +.Pp +When using the wrapper any created object files should contain instrumentation. +The created object files should attempt connections to a running +.Xr citrun_gl 1 +program. +.Sh SEE ALSO +.Xr citrun_gl 1 , +.Xr citrun_instrument 1