From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/invoking-gcov-dump.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devdocs/gcc~13/invoking-gcov-dump.html (limited to 'devdocs/gcc~13/invoking-gcov-dump.html') diff --git a/devdocs/gcc~13/invoking-gcov-dump.html b/devdocs/gcc~13/invoking-gcov-dump.html new file mode 100644 index 00000000..c1b87204 --- /dev/null +++ b/devdocs/gcc~13/invoking-gcov-dump.html @@ -0,0 +1,12 @@ +

12.2 Invoking gcov-dump

Usage: gcov-dump [OPTION] ... gcovfiles
+

gcov-dump accepts the following options:

-h
--help
+

Display help about using gcov-dump (on the standard output), and exit without doing any further processing.

-l
--long
+

Dump content of records.

-p
--positions
+

Dump positions of records.

-r
--raw
+

Print content records in raw format.

-s
--stable
+

Print content in stable format usable for comparison.

-v
--version

Display the gcov-dump version number (on the standard output), and exit without doing any further processing.

+

+ © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Invoking-Gcov-dump.html +

+
-- cgit v1.2.3