Re: gdb support for follow-fork

2012-04-16 Thread Dmitry Mikulin
Yes, could you, please, split the patch somewhat ? It would be much easier to review if you were able to provide relatively small pieces with descriptions. I don't think I can split it into independent functioning pieces, but I can group the changes logically and explain them in a bit more deta

Re: gdb support for follow-fork

2012-04-15 Thread Konstantin Belousov
On Thu, Apr 12, 2012 at 01:15:37PM -0700, Dmitry Mikulin wrote: > Hi, > > I implemented support for follow-fork mode in gdb and would like to submit > it for a review. The feature allows users to specify which process to > follow when the inferior does a fork(). The default mode is to stay with

gdb support for follow-fork

2012-04-12 Thread Dmitry Mikulin
Hi, I implemented support for follow-fork mode in gdb and would like to submit it for a review. The feature allows users to specify which process to follow when the inferior does a fork(). The default mode is to stay with the parent. A gdb command is used to switch between following the child/