<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 2, 2014 at 6:20 PM, Bruce Mitchener <span dir="ltr"><<a href="mailto:bruce.mitchener@gmail.com" target="_blank">bruce.mitchener@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hello all,</div><div><br></div>As I've mentioned before, I think, I work on a language called Dylan (<a href="http://opendylan.org/" target="_blank">http://opendylan.org/</a>). It was originally designed at Apple and some other organizations in the early to mid 1990s.<div>

<br></div><div>I'm working on improving our debugging story as described in the blog post that I posted last week (<a href="http://dylanfoundry.org/2014/06/25/integrating-with-lldb/" target="_blank">http://dylanfoundry.org/2014/06/25/integrating-with-lldb/</a>).</div>

<div><br></div><div>While some stuff is possible via Python scripts, other things require C++ code and being part of LLDB itself.  As an example, I'd like to add support for:</div><div><br></div><div>    breakpoint set -E dylan ....</div>

<div><br></div><div>This requires adding a language runtime plugin and a couple of minor bits of code.</div><div><br></div><div>At some point, I'd like to work on support for the dynamic type stuff as I think that's a better solution than some of what I've done in Python.  (Although this is made interesting as we don't use Clang, so I've got some eventual questions about how some of this should work.)</div>

<div><br></div><div>What are the policies and guidelines for this sort of contribution?</div><div><br></div><div>I'm willing to write and help maintain code and I'm not looking to just dump some code and run away. I suspect others will be in the same position or are already are (like Keno Fischer from the Julia community).</div>

<div><br></div><div>Thanks for your time!</div></div></blockquote><div><br></div><div>I remembered that there was a previous thread about this subject and went and dug it up:</div><div><br></div><div>    <a href="http://lists.cs.uiuc.edu/pipermail/lldb-dev/2014-January/003046.html">http://lists.cs.uiuc.edu/pipermail/lldb-dev/2014-January/003046.html</a></div>
<div><br></div><div>I don't think that it fully resolves some of my questions above, but it is a start.</div><div><br></div><div> - Bruce</div><div><br></div></div></div></div>