<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 21, 2010, at 7:38 PM, Stephen Wilson wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>Regarding multiple processes: Is it guaranteed that a new Process<br>instance is created for every process launched, or is it possible that<br>the same instance be called upon to manage a different inferior (say via<br>a call sequence of the form Launch(process-1), Destroy(process-1),<br>Launch(process-2)) ?<br></div></blockquote><div><br></div>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.</div><div><br><blockquote type="cite"><div>There is another developer who is putting effort into a DYLD plugin, so<br>plans are in the works for adding this support.<br></div></blockquote><div><br></div>Great!</div><div><br></div><div><br></div><div><blockquote type="cite"><div><blockquote type="cite">Other than that, overall it looks pretty good. Feel free to commit your<br></blockquote><blockquote type="cite">"source/Plugins/Process/Linux" whenever you can!<br></blockquote><br>Thanks so much for looking this over and letting me contribute to the<br>project!   I should be able to get the plugin ready for commit within a<br>few days.</div></blockquote><br></div><div>I look forward to seeing your checkin!</div><div><br></div><div><br></div></body></html>