citrun

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

commit d2a593f9d8dc518a2a7cc94d460339cc89a33e83
parent e597780ad0fc5d15ab5f0cff2843eeccf283f9c9
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 16:39:18 -0600

gl: update man page

Diffstat:
Msrc/citrun_gl.1 | 15+++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/citrun_gl.1 b/src/citrun_gl.1 @@ -1,10 +1,17 @@ .Dd March 13, 2016 -.Dt SCV_VIEWER 1 +.Dt CITRUN_GL 1 .Os .Sh NAME -.Nm scv_viewer -.Nd view execution +.Nm citrun_gl +.Nd see it run .Sh SYNOPSIS .Nm .Sh DESCRIPTION -Displays execution paths from instrumented binaries. +Displays executing source code from any instrumented binaries running on the +system. +.Pp +Instrumented binaries are typically built by wrapping an applications native +build command with +.Xr citrun_wrap 1 . +.Sh SEE ALSO +.Xr citrun_wrap 1