virtio-net: acknowledge used features
[minix3.git] / man / man1 / dumpcore.1
blob2f3926a93436b51ce8872ba381a36f2ddc53a6ea
1 .TH DUMPCORE 1
2 .SH NAME
3 dumpcore \- generate core file of running process
4 .SH SYNOPSIS
5 dumpcore \fIpid\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH DESCRIPTION
18 The \fBdumpcore\fR utility generates a core file for a running process, based
19 on that process's process ID (\fIpid\fP). The resulting core file will be
20 stored under the name "core" in the current working directory. Any previous
21 file with that name will be overwritten.
22 .PP
23 The resulting core file can be used with for example
24 .BR mdb (1).
25 .SH BUGS
26 The process of generating the core file is currently very rudimentary, and
27 the generated core file does not contain for example memory mapped areas.
28 .SH "SEE ALSO"
29 .BR mdb (1).