Re: [PATCH] Fix for follow-fork: followed child doesn't stop
"Breazeal, Don" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Apologies, I sent this to the wrong list. I'll get it right on the first try one of these days. :-\ --Don On 6/4/2014 3:08 PM, Don Breazeal wrote: > Using the test program gdb.base/foll-fork.c, with follow-fork-mode > set to "child" and detach-on-fork set to "on", stepping past the > fork call results in the child process running to completion, when > it should just finish the single step. ---snip---