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

agent/src/os/linux/libproc.h

Print this page

        

*** 77,95 **** 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 --- 77,87 ----
agent/src/os/linux/libproc.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File