{
    "content": [
        {
            "type": "text",
            "text": "# gcov-dump(1) (man)\n\n**Summary:** gcov-dump - offline gcda and gcno profile dump tool\n\n**Synopsis:** gcov-dump [-v|--version]\n[-h|--help]\n[-l|--long]\n[-p|--positions]\n[-r|--raw]\ngcovfiles\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -h | — | — |  |\n| — | --help | — | Display help about using gcov-dump (on the standard output), and exit without doing any further processing. |\n| -l | — | — |  |\n| — | --long | — | Dump content of records. |\n| -p | — | — |  |\n| — | --positions | — | Dump positions of records. |\n| -r | — | — |  |\n| — | --raw | — | Print content records in raw format. |\n| -v | — | — |  |\n| — | --version | — | Display the gcov-dump version number (on the standard output), and exit without doing any further processing. |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (7 lines)\n- **DESCRIPTION** (3 lines)\n- **OPTIONS** (1 lines) — 10 subsections\n  - -h (1 lines)\n  - --help (3 lines)\n  - -l (1 lines)\n  - --long (2 lines)\n  - -p (1 lines)\n  - --positions (2 lines)\n  - -r (1 lines)\n  - --raw (2 lines)\n  - -v (1 lines)\n  - --version (3 lines)\n- **COPYRIGHT** (21 lines)\n\n## Full Content\n\n### NAME\n\ngcov-dump - offline gcda and gcno profile dump tool\n\n### SYNOPSIS\n\ngcov-dump [-v|--version]\n[-h|--help]\n[-l|--long]\n[-p|--positions]\n[-r|--raw]\ngcovfiles\n\n### DESCRIPTION\n\ngcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno\nprofile files offline.\n\n### OPTIONS\n\n#### -h\n\n#### --help\n\nDisplay help about using gcov-dump (on the standard output), and exit without doing any\nfurther processing.\n\n#### -l\n\n#### --long\n\nDump content of records.\n\n#### -p\n\n#### --positions\n\nDump positions of records.\n\n#### -r\n\n#### --raw\n\nPrint content records in raw format.\n\n#### -v\n\n#### --version\n\nDisplay the gcov-dump version number (on the standard output), and exit without doing any\nfurther processing.\n\n### COPYRIGHT\n\nCopyright (c) 2017-2021 Free Software Foundation, Inc.\n\nPermission is granted to copy, distribute and/or modify this document under the terms of the\nGNU Free Documentation License, Version 1.3 or any later version published by the Free\nSoftware Foundation; with the Invariant Sections being \"GNU General Public License\" and\n\"Funding Free Software\", the Front-Cover texts being (a) (see below), and with the Back-Cover\nTexts being (b) (see below).  A copy of the license is included in the gfdl(7) man page.\n\n(a) The FSF's Front-Cover Text is:\n\nA GNU Manual\n\n(b) The FSF's Back-Cover Text is:\n\nYou have freedom to copy and modify this GNU Manual, like GNU\nsoftware.  Copies published by the Free Software Foundation raise\nfunds for GNU development.\n\n\n\ngcc-11.4.0                                   2023-05-28                                 GCOV-DUMP(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "gcov-dump",
        "section": "1",
        "mode": "man",
        "summary": "gcov-dump - offline gcda and gcno profile dump tool",
        "synopsis": "gcov-dump [-v|--version]\n[-h|--help]\n[-l|--long]\n[-p|--positions]\n[-r|--raw]\ngcovfiles",
        "flags": [
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": "--help",
                "arg": null,
                "description": "Display help about using gcov-dump (on the standard output), and exit without doing any further processing."
            },
            {
                "flag": "-l",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": "--long",
                "arg": null,
                "description": "Dump content of records."
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": "--positions",
                "arg": null,
                "description": "Dump positions of records."
            },
            {
                "flag": "-r",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": "--raw",
                "arg": null,
                "description": "Print content records in raw format."
            },
            {
                "flag": "-v",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "Display the gcov-dump version number (on the standard output), and exit without doing any further processing."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h",
                        "lines": 1,
                        "flag": "-h"
                    },
                    {
                        "name": "--help",
                        "lines": 3,
                        "long": "--help"
                    },
                    {
                        "name": "-l",
                        "lines": 1,
                        "flag": "-l"
                    },
                    {
                        "name": "--long",
                        "lines": 2,
                        "long": "--long"
                    },
                    {
                        "name": "-p",
                        "lines": 1,
                        "flag": "-p"
                    },
                    {
                        "name": "--positions",
                        "lines": 2,
                        "long": "--positions"
                    },
                    {
                        "name": "-r",
                        "lines": 1,
                        "flag": "-r"
                    },
                    {
                        "name": "--raw",
                        "lines": 2,
                        "long": "--raw"
                    },
                    {
                        "name": "-v",
                        "lines": 1,
                        "flag": "-v"
                    },
                    {
                        "name": "--version",
                        "lines": 3,
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "COPYRIGHT",
                "lines": 21,
                "subsections": []
            }
        ]
    }
}