{
    "mode": "man",
    "parameter": "gcov-dump",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/gcov-dump/1/json",
    "generated": "2026-05-30T05:15:28Z",
    "synopsis": "gcov-dump [-v|--version]\n[-h|--help]\n[-l|--long]\n[-p|--positions]\n[-r|--raw]\ngcovfiles",
    "sections": {
        "NAME": {
            "content": "gcov-dump - offline gcda and gcno profile dump tool\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "gcov-dump [-v|--version]\n[-h|--help]\n[-l|--long]\n[-p|--positions]\n[-r|--raw]\ngcovfiles\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "gcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno\nprofile files offline.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-h",
                    "content": "",
                    "flag": "-h"
                },
                {
                    "name": "--help",
                    "content": "Display help about using gcov-dump (on the standard output), and exit without doing any\nfurther processing.\n",
                    "long": "--help"
                },
                {
                    "name": "-l",
                    "content": "",
                    "flag": "-l"
                },
                {
                    "name": "--long",
                    "content": "Dump content of records.\n",
                    "long": "--long"
                },
                {
                    "name": "-p",
                    "content": "",
                    "flag": "-p"
                },
                {
                    "name": "--positions",
                    "content": "Dump positions of records.\n",
                    "long": "--positions"
                },
                {
                    "name": "-r",
                    "content": "",
                    "flag": "-r"
                },
                {
                    "name": "--raw",
                    "content": "Print content records in raw format.\n",
                    "long": "--raw"
                },
                {
                    "name": "-v",
                    "content": "",
                    "flag": "-v"
                },
                {
                    "name": "--version",
                    "content": "Display the gcov-dump version number (on the standard output), and exit without doing any\nfurther processing.\n",
                    "long": "--version"
                }
            ]
        },
        "COPYRIGHT": {
            "content": "Copyright (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)",
            "subsections": []
        }
    },
    "summary": "gcov-dump - offline gcda and gcno profile dump tool",
    "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": []
}