Commit 5037f87e by Gerald Pfeifer Committed by Gerald Pfeifer

* doc/gcov.texi (Invoking Gcov): Editorial changes.

From-SVN: r262922
parent cf1499d2
2018-07-22 Gerald Pfeifer <gerald@pfeifer.com>
* doc/gcov.texi (Invoking Gcov): Editorial changes.
2018-07-20 David Malcolm <dmalcolm@redhat.com> 2018-07-20 David Malcolm <dmalcolm@redhat.com>
* pretty-print.c (text_info::set_location): Remove redundant * pretty-print.c (text_info::set_location): Remove redundant
......
...@@ -378,12 +378,12 @@ command line option. The @var{execution_count} is @samp{-} for lines ...@@ -378,12 +378,12 @@ command line option. The @var{execution_count} is @samp{-} for lines
containing no code. Unexecuted lines are marked @samp{#####} or containing no code. Unexecuted lines are marked @samp{#####} or
@samp{=====}, depending on whether they are reachable by @samp{=====}, depending on whether they are reachable by
non-exceptional paths or only exceptional paths such as C++ exception non-exceptional paths or only exceptional paths such as C++ exception
handlers, respectively. Given @samp{-a} option, unexecuted blocks are handlers, respectively. Given the @samp{-a} option, unexecuted blocks are
marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block
is reachable via non-exceptional or exceptional paths. is reachable via non-exceptional or exceptional paths.
Executed basic blocks having a statement with zero @var{execution_count} Executed basic blocks having a statement with zero @var{execution_count}
end with @samp{*} character and are colored with magenta color with @option{-k} end with @samp{*} character and are colored with magenta color with
option. The functionality is not supported in Ada. the @option{-k} option. This functionality is not supported in Ada.
Note that GCC can completely remove the bodies of functions that are Note that GCC can completely remove the bodies of functions that are
not needed -- for instance if they are inlined everywhere. Such functions not needed -- for instance if they are inlined everywhere. Such functions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment