{
    "content": [
        {
            "type": "text",
            "text": "# gcore (man)\n\n## NAME\n\ngcore - Generate core files for running processes\n\n## SYNOPSIS\n\ngcore [-a] [-o filename] pid[s]\n\n## DESCRIPTION\n\ngcore generates a core file for the process(es) specified by process IDs, pid[s]. By default,\neach core file is written to core.pid, in the current directory.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (2 subsections)\n- **COPYING**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "gcore",
        "section": "",
        "mode": "man",
        "summary": "gcore - Generate core files for running processes",
        "synopsis": "gcore [-a] [-o filename] pid[s]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-a",
                "long": null,
                "arg": null,
                "description": "with the 'VMDONTDUMP' flag. See info node Core File Generation for longer explana‐ tion."
            },
            {
                "flag": "-o",
                "long": null,
                "arg": null,
                "description": "write core file to filename if one PID, or filename.pid if multiple PIDs, instead of default core.pid"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "gdb",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gdb/1/json"
            },
            {
                "name": "core",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/core/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": [
                    {
                        "name": "-a",
                        "lines": 3,
                        "flag": "-a"
                    },
                    {
                        "name": "-o",
                        "lines": 3,
                        "flag": "-o"
                    }
                ]
            },
            {
                "name": "COPYING",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "gcore - Generate core files for running processes\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "gcore [-a] [-o filename] pid[s]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "gcore generates a core file for the process(es) specified by process IDs, pid[s]. By default,\neach core file is written to core.pid, in the current directory.\n",
                "subsections": [
                    {
                        "name": "-a",
                        "content": "with  the  'VMDONTDUMP'  flag. See info node Core File Generation for longer explana‐\ntion.\n",
                        "flag": "-a"
                    },
                    {
                        "name": "-o",
                        "content": "write core file to filename if one PID, or filename.pid if multiple PIDs,  instead  of\ndefault core.pid\n",
                        "flag": "-o"
                    }
                ]
            },
            "COPYING": {
                "content": "Copyright © 2003, 2005, 2007, 2008, 2018, 2020 Free Software Foundation, Inc.\n\nPermission  is  granted  to  make  and distribute verbatim copies of this manual provided the\ncopyright notice and this permission notice are preserved on all copies.\n\nPermission is granted to copy and distribute modified versions of  this manual under the con‐\nditions  for verbatim copying, provided that the entire resulting derived work is distributed\nunder the terms of a permission notice identical to this one.\n\nPermission is granted to copy and distribute translations of this manual  into  another  lan‐\nguage,  under  the above conditions for modified versions, except that this permission notice\nmay be included in translations approved by the Free Software Foundation instead  of  in  the\noriginal English.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "gdb(1), core(5)\n\n\n\ngdb 9.1                                       Feb 2020                                      gcore(1)",
                "subsections": []
            }
        }
    }
}