agent/src/os/linux/libproc.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/agent/src/os/linux/libproc.h	Fri Nov 30 11:57:56 2012
--- new/agent/src/os/linux/libproc.h	Fri Nov 30 11:57:55 2012

*** 77,95 **** --- 77,87 ---- 5. for core file, we parse ELF files and read data from them. For processes we use combination of ptrace and /proc calls. *************************************************************************************/ #ifdef ia64 struct user_regs_struct { /* copied from user.h which doesn't define this in a struct */ #define IA64_REG_COUNT (EF_SIZE/8+32) /* integer and fp regs */ unsigned long regs[IA64_REG_COUNT]; /* integer and fp regs */ }; #endif #if defined(sparc) || defined(sparcv9) #define user_regs_struct pt_regs #endif // This C bool type must be int for compatibility with Linux calls and

agent/src/os/linux/libproc.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File