gcore command to coredump a process

This commit is contained in:
Adriana Szekeres
2011-11-22 16:41:47 +01:00
committed by Ben Gras
parent eaa29370f4
commit c30f014a89
11 changed files with 113 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
#define T_SETOPT 13 /* set trace options */
#define T_GETRANGE 14 /* get range of values */
#define T_SETRANGE 15 /* set range of values */
#define T_DUMPCORE 16 /* dumps the core for the process with the given pid */
#define T_READB_INS 100 /* Read a byte from the text segment of an
* untraced process (only for root)