citrun

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

commit 41bcc4eeea4474ecd635d15b1c0c4228869fd9d0
parent d9f34c05cccf8ad62f2545c301467881af51ba8e
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  5 Aug 2016 00:41:34 -0600

www: sync

Diffstat:
Mwww/man/citrun-wrap.1.html | 16+++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/www/man/citrun-wrap.1.html b/www/man/citrun-wrap.1.html @@ -39,29 +39,27 @@ CITRUN-WRAP(1)</td> <td> <b class="name">citrun-wrap</b></td> <td> -<i class="arg">make</i> | <i class="arg">jam</i> | <i class="arg">gcc</i> | <i class="arg">cmake</i> | <i class="arg">...</i></td> +<i class="arg">build_cmd</i></td> </tr> </tbody> </table> </div> <div class="section"> -<h1 id="DESCRIPTION">DESCRIPTION</h1> Add instrumentation to any C/C++ source files compiled during a build command.<div class="spacer"> -</div> -The build command must search <span class="env">PATH</span> when finding compiler executables, which must be one of the following:<div class="spacer"> +<h1 id="DESCRIPTION">DESCRIPTION</h1> Add instrumentation to any source files compiled by <i class="arg">build_cmd</i>. The build command must search <span class="env">PATH</span> when finding compiler executables, which must be one of the following:<div class="spacer"> </div> <ul style="margin-top: 0.00em;margin-bottom: 0.00em;" class="list list-bul"> <li class="list-bul" style="margin-top: 0.00em;"> -clang / clang++</li> +clang or clang++</li> <li class="list-bul" style="margin-top: 0.00em;"> -egcc / eg++</li> +egcc or eg++</li> <li class="list-bul" style="margin-top: 0.00em;"> -gcc / g++</li> +gcc or g++</li> <li class="list-bul" style="margin-top: 0.00em;"> -cc / c++</li> +cc or c++</li> </ul> <div class="spacer"> </div> -Because instrumentation is silent any activity is logged to the <i class="file">citrun.log</i> file. Instrumentations summaries can be generated by the <a class="link-man" href="citrun-check.1.html">citrun-check(1)</a> script.<div class="spacer"> +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> <div class="section">