xref: /original-bsd/usr.bin/gcore/gcore.1 (revision 40192f2d)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)gcore.1 6.1 (Berkeley) 04/29/85

GCORE 1 ""
C 5
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 adb (1) or dbx (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.