[lldb-dev] Update on Linux work.

Greg Clayton gclayton at apple.com
Thu Jul 22 10:22:22 PDT 2010


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!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100722/4df08bd7/attachment.html>


More information about the lldb-dev mailing list