GCORE(1) — UNIX Programmer’s Manual
NAME
gcore − get core images of running processes
SYNOPSIS
gcore process-id ...
DESCRIPTION
Gcore creates a core image of each specified process, suitable for use with ddt(1) or pdbx(1).
FILES
core.<process-id>core images
BUGS
Paging activity that occurs while gcore is running may cause the program to become confused. For best results, the desired processes should be stopped.
4BSD