citrun

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

commit 7ddaac3ed5e493e0463a0f096fcc7facaa8f2031
parent fa244dd0822266d0e6943fb9e7f5fefc19aa522c
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 12 Mar 2016 22:16:06 -0700

add man pages so make stops complaining

Diffstat:
Ainstrument/scv_instrument.1 | 10++++++++++
Aviewer/scv_viewer.1 | 10++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/instrument/scv_instrument.1 b/instrument/scv_instrument.1 @@ -0,0 +1,10 @@ +.Dd March 11, 2016 +.Dt SCV_INSTRUMENT 1 +.Os +.Sh NAME +.Nm scv_instrument +.Nd instrument source code +.Sh SYNOPSIS +.Nm +.Sh DESCRIPTION +Instrument source code for execution analysis. diff --git a/viewer/scv_viewer.1 b/viewer/scv_viewer.1 @@ -0,0 +1,10 @@ +.Dd March 11, 2016 +.Dt SCV_VIEWER 1 +.Os +.Sh NAME +.Nm scv_viewer +.Nd view execution +.Sh SYNOPSIS +.Nm +.Sh DESCRIPTION +Displays execution paths from instrumented binaries.