citrun

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

commit b701c71a4a47cae029f2f8615ae65171567b1217
parent c604f6cee1f647cb2d984670f1999454f805ac2a
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  5 Aug 2016 01:03:29 -0600

man: improvements

Diffstat:
Mman/citrun-check.1 | 2+-
Mman/citrun-term.1 | 18++++++++++--------
Mman/citrun-wrap.1 | 9++++++---
3 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/man/citrun-check.1 b/man/citrun-check.1 @@ -45,7 +45,7 @@ Checking '/usr/ports/pobj/spidermonkey-24.2.0/'... The value of .Qq Instrumentation failures (true positives) is important. If -this value is ever more than 0 it means that instrumentation failed but a native +this value is more than 0 it means that instrumentation failed but a native compile of the same source succeeded. .Sh EXIT STATUS .Ex -std diff --git a/man/citrun-term.1 b/man/citrun-term.1 @@ -20,22 +20,24 @@ .Nm citrun-term .Nd terminal viewer .Sh DESCRIPTION -Listens for connections from running instrumented programs. Only supports one -connection at a time. +Displays live execution data from running instrumented programs. Note only one +connection at a time is supported (for now). .Pp +The .Nm -is controlled by the keys -.Qq hjkl : +control keys are +.Qq hjkl +and have the following effects: .Pp .Bl -tag -offset indent -compact .It Qq j -scrolls down +Scrolls source down one line .It Qq k -scrolls up +Scrolls source up one line .It Qq h -previous translation unit +Moves to previous translation unit, if possible .It Qq l -next translation unit +Moves to next translation unit, if possible .El .Sh FILES .Bl -tag -width Ds diff --git a/man/citrun-wrap.1 b/man/citrun-wrap.1 @@ -46,9 +46,12 @@ Instrumentation summaries can be generated by the .Xr citrun-check 1 script. .Pp -Incremental building is supported. If the build command fails, fix the problem -and then rerun the build command with -.Nm . +Incremental building is supported. If +.Ar build_cmd +fails, fix the problem +and rerun +.Nm +.Ar build_cmd . .Sh FILES .Bl -tag -width Ds .It Pa citrun.log