ELF core files

This commit is contained in:
Adriana Szekeres
2011-07-30 06:03:23 +00:00
committed by Ben Gras
parent ebdac755af
commit eaa29370f4
17 changed files with 544 additions and 17 deletions

View File

@@ -792,6 +792,9 @@
# define PM_PPROC m1_i2 /* parent process endpoint */
# define PM_CPID m1_i3 /* child pid */
/* Additional parameters for PM_DUMPCORE */
# define PM_TERM_SIG m1_i2 /* process's termination signal */
/* Parameters for the EXEC_NEWMEM call */
#define EXC_NM_PROC m1_i1 /* process that needs new map */
#define EXC_NM_PTR m1_p1 /* parameters in struct exec_newmem */