This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Froggy in archer


On Tue, Nov 18, 2008 at 01:30:40PM -0500, Chris Moller wrote:
> One of the cool things froggy can do I don't think is possible in
> current gdb is simultaneously following both the parent and child procs
> after a fork in code being tested.  Earlier this year I wrote a kind of
> skeletal utracer-based debugger that could do that and I think it might
> be worth while looking into providing the capability in archer.

There's no ptrace limitation w.r.t. this, and GDB already supports
it.  Just set detach-on-fork off.  Now, if one or the other starts
execing... plus the interface for continuing one or the other is a bit
hokey.  All that is in progress.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]