date and time created 88/10/21 13:40:25 by bostic
[unix-history] / usr / src / usr.bin / gcore / gcore.1
CommitLineData
3caa234d
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
3f03c6d6 5.\" @(#)gcore.1 6.1 (Berkeley) %G%
3caa234d 6.\"
3f03c6d6 7.TH GCORE 1 ""
3caa234d
KM
8.UC 5
9.SH NAME
10gcore \- get core images of running processes
11.SH SYNOPSIS
12.B gcore
13process-id ...
14.SH DESCRIPTION
15.I Gcore
16creates a core image of each specified process,
17suitable for use with
18.IR adb (1)
19or
20.IR dbx (1).
21.SH FILES
22core.<process-id> core images
23.SH BUGS
24Paging activity that occurs while
25.I gcore
26is running may cause the program
27to become confused.
28For best results,
29the desired processes should be stopped.