citrun

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

citrun_term.1 (1458B)


      1 .\"
      2 .\" Copyright (c) 2016 Kyle Milz <kyle@0x30.net>
      3 .\"
      4 .\" Permission to use, copy, modify, and distribute this software for any
      5 .\" purpose with or without fee is hereby granted, provided that the above
      6 .\" copyright notice and this permission notice appear in all copies.
      7 .\"
      8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
      9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
     10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
     11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
     13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
     15 .\"
     16 .Dd $Mdocdate: July 19 2016 $
     17 .Dt CITRUN_TERM 1
     18 .Os
     19 .Sh NAME
     20 .Nm citrun_term
     21 .Nd terminal viewer
     22 .Sh DESCRIPTION
     23 Displays live execution data from running instrumented programs. Note only one
     24 connection at a time is supported (for now).
     25 .Pp
     26 The
     27 .Nm
     28 control keys are
     29 .Qq hjkl
     30 and have the following effects:
     31 .Pp
     32 .Bl -tag -offset indent -compact
     33 .It Qq j
     34 Scrolls source down one line
     35 .It Qq k
     36 Scrolls source up one line
     37 .It Qq h
     38 Moves to previous translation unit, if possible
     39 .It Qq l
     40 Moves to next translation unit, if possible
     41 .El
     42 .Sh FILES
     43 .Bl -tag -width Ds
     44 .It Pa /tmp/citrun.socket
     45 Listen socket.
     46 .El
     47 .Sh EXIT STATUS
     48 .Ex -std
     49 .Sh SEE ALSO
     50 .Xr citrun_gl 1