Search code examples
procdump

Include dump of child processes when running procdump


Is there a procdump option such that when you run procdump on a process P it also takes a dump of all the child processes of process P?


Solution

  • Turns out the answer was no. I ended up writing a wrapper for procdump to take dumps of the child processes