[PATCH 16/19] Generate the data sections for ELF Core

2013-10-04 Thread Janani Venkataraman
From:Suzuki K. Poulose Generate the "data" for the memory regions. Also write down the section header if we have, number of phdrs > PN_XNUM. The vma areas are read, page by page using access_process_vm() without an mmap_sem. If there are active threads, then we may miss a vma if it is removed

[PATCH 16/19] Generate the data sections for ELF Core

2013-10-04 Thread Janani Venkataraman
From:Suzuki K. Poulose suz...@in.ibm.com Generate the data for the memory regions. Also write down the section header if we have, number of phdrs PN_XNUM. The vma areas are read, page by page using access_process_vm() without an mmap_sem. If there are active threads, then we may miss a vma if