citrun

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

commit 3c99ea06503f695d63e320ffbb1a32022cc66c5d
parent b701c71a4a47cae029f2f8615ae65171567b1217
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  5 Aug 2016 01:04:17 -0600

www: sync

Diffstat:
Mwww/man/citrun-check.1.html | 2+-
Mwww/man/citrun-term.1.html | 12++++++------
Mwww/man/citrun-wrap.1.html | 2+-
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www/man/citrun-check.1.html b/www/man/citrun-check.1.html @@ -60,7 +60,7 @@ Checking '/usr/ports/pobj/spidermonkey-24.2.0/'... 60 Application link commands</pre> <div class="spacer"> </div> -The value of &#8220;Instrumentation failures (true positives)&#8221; is important. If this value is ever more than 0 it means that instrumentation failed but a native compile of the same source succeeded.</div> +The value of &#8220;Instrumentation failures (true positives)&#8221; is important. If this value is more than 0 it means that instrumentation failed but a native compile of the same source succeeded.</div> <div class="section"> <h1 id="EXIT_STATUS">EXIT STATUS</h1> The <b class="utility">citrun-check</b> utility exits&#160;0 on success, and&#160;&gt;0 if an error occurs.</div> <div class="section"> diff --git a/www/man/citrun-term.1.html b/www/man/citrun-term.1.html @@ -31,27 +31,27 @@ CITRUN-TERM(1)</td> <div class="section"> <h1 id="NAME">NAME</h1> <b class="name">citrun-term</b> &#8212; <span class="desc">terminal viewer</span></div> <div class="section"> -<h1 id="DESCRIPTION">DESCRIPTION</h1> Listens for connections from running instrumented programs. Only supports one connection at a time.<div class="spacer"> +<h1 id="DESCRIPTION">DESCRIPTION</h1> Displays live execution data from running instrumented programs. Note only one connection at a time is supported (for now).<div class="spacer"> </div> -<b class="name">citrun-term</b> is controlled by the keys &#8220;hjkl&#8221;:<div class="spacer"> +The <b class="name">citrun-term</b> control keys are &#8220;hjkl&#8221; and have the following effects:<div class="spacer"> </div> <dl style="margin-top: 0.00em;margin-bottom: 0.00em;margin-left: 6.00ex;" class="list list-tag"> <dt class="list-tag" style="margin-top: 0.00em;"> &#8220;j&#8221;</dt> <dd class="list-tag" style="margin-left: 10.00ex;"> -scrolls down</dd> +Scrolls source down one line</dd> <dt class="list-tag" style="margin-top: 0.00em;"> &#8220;k&#8221;</dt> <dd class="list-tag" style="margin-left: 10.00ex;"> -scrolls up</dd> +Scrolls source up one line</dd> <dt class="list-tag" style="margin-top: 0.00em;"> &#8220;h&#8221;</dt> <dd class="list-tag" style="margin-left: 10.00ex;"> -previous translation unit</dd> +Moves to previous translation unit, if possible</dd> <dt class="list-tag" style="margin-top: 0.00em;"> &#8220;l&#8221;</dt> <dd class="list-tag" style="margin-left: 10.00ex;"> -next translation unit</dd> +Moves to next translation unit, if possible</dd> </dl> </div> <div class="section"> diff --git a/www/man/citrun-wrap.1.html b/www/man/citrun-wrap.1.html @@ -61,7 +61,7 @@ cc or c++</li> </div> All instrumentation activity is logged to <i class="file">citrun.log</i>. Instrumentation summaries can be generated by the <a class="link-man" href="citrun-check.1.html">citrun-check(1)</a> script.<div class="spacer"> </div> -Incremental building is supported. If the build command fails, fix the problem and then rerun the build command with <b class="name">citrun-wrap</b>.</div> +Incremental building is supported. If <i class="arg">build_cmd</i> fails, fix the problem and rerun <b class="name">citrun-wrap</b> <i class="arg">build_cmd</i>.</div> <div class="section"> <h1 id="FILES">FILES</h1><dl style="margin-top: 0.00em;margin-bottom: 0.00em;" class="list list-tag"> <dt class="list-tag" style="margin-top: 1.00em;">