Re: Debugging COW (copy on write) memory after fork: Is it possible to dump only the private anonymous memory of a process?

2013-04-08 Thread Vassilis Virvilis
On 04/06/2013 09:11 PM, Bruno Prémont wrote: On Fri, 05 April 2013 Vassilis Virvilis wrote: Question Is it possible to dump only the private anonymous memory of a process? I don't know if that's possible, but from your background you could probably work around it be mmap()ing the m

Re: Debugging COW (copy on write) memory after fork: Is it possible to dump only the private anonymous memory of a process?

2013-04-06 Thread Bruno Prémont
On Fri, 05 April 2013 Vassilis Virvilis wrote: > Hello, sorry if this is off topic. Just point me to the right direction. > Please cc me also in the reply. > > Question > > > Is it possible to dump only the private anonymous memory of a process? I don't know if that's possible, but fr

Debugging COW (copy on write) memory after fork: Is it possible to dump only the private anonymous memory of a process?

2013-04-05 Thread Vassilis Virvilis
Hello, sorry if this is off topic. Just point me to the right direction. Please cc me also in the reply. Question Is it possible to dump only the private anonymous memory of a process? Background -- I have a process where it reads and it initializes a large portion of the me