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
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/