<div dir="ltr">What type of binaries do you want to commit in?<div><br></div><div>Generally we don't like putting binaries to the repository because they are not human readable so it is hard to review/diff them and they will only run on a single platform and a single architecture while we support a lot of different configuration.<div><br></div><div>Tamas</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 6, 2016 at 3:26 PM E BOUTALEB via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div class="m_-7451144546500176454hmmessage"><div dir="ltr">I would like to submit two patches for code review.<br>They introduce concrete support for OCaml native debugging, granted that you have access to the native compiler with DWARF emission support (see <font face="Calibri" size="3"><a href="https://github.com/ocaml/ocaml/pull/574" target="_blank">https://github.com/ocaml/ocaml/pull/574</a>)</font><br><br>This adds about 2000 lines of code. <br>The type system isn't particularly complex here, every value is considered as an unsigned integer, and interpretation of the value is left to an external debugging layer made in OCaml.<br>The language plugin handles function name demangling for breakpoints too.<br><br>No tests for now. Is it fine to commit binaries with the patchs?<br><br>Elias Boutaleb<br>                                    </div></div>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
</blockquote></div>