On Jul 21, 2010, at 7:38 PM, Stephen Wilson wrote:
> 
> Regarding multiple processes: Is it guaranteed that a new Process
> instance is created for every process launched, or is it possible that
> the same instance be called upon to manage a different inferior (say via
> a call sequence of the form Launch(process-1), Destroy(process-1),
> Launch(process-2)) ?

We currently always destroy the old process class and create a new one. So yes, 
you can expect a new Process instance for each process.

> There is another developer who is putting effort into a DYLD plugin, so
> plans are in the works for adding this support.

Great!


>> Other than that, overall it looks pretty good. Feel free to commit your
>> "source/Plugins/Process/Linux" whenever you can!
> 
> Thanks so much for looking this over and letting me contribute to the
> project!   I should be able to get the plugin ready for commit within a
> few days.

I look forward to seeing your checkin!


_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to