comparison dynodump/dynodump.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
66 * now take advantage of new shared objects. 66 * now take advantage of new shared objects.
67 * 67 *
68 * Note. under this mechanism, any data item that undergoes 68 * Note. under this mechanism, any data item that undergoes
69 * relocation and is then further modified during the execution of 69 * relocation and is then further modified during the execution of
70 * the image before dynodump(3x) is called will lose the 70 * the image before dynodump(3x) is called will lose the
71 * modification that occurred during the applications execution. 71 * modification that occured during the applications execution.
72 * 72 *
73 * N.B. The above commentary is not quite correct in the flags have been hardwired 73 * N.B. The above commentary is not quite correct in the flags have been hardwired
74 * to RTLD_SAVREL. 74 * to RTLD_SAVREL.
75 */ 75 */
76 #pragma ident "@(#) $Id: dynodump.c,v 1.7 2000/11/17 03:21:17 vins Exp $ - SMI" 76 #pragma ident "@(#) $Id: dynodump.c,v 1.6 1998/03/31 20:10:55 steve Exp $ - SMI"
77 77
78 #define __EXTENSIONS__ 1 78 #define __EXTENSIONS__ 1
79 79
80 #include <sys/param.h> 80 #include <sys/param.h>
81 #include <sys/procfs.h> 81 #include <sys/procfs.h>