<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 1, 2015 at 10:55 AM, Shankar Easwaran <span dir="ltr"><<a href="mailto:shankare@codeaurora.org" target="_blank">shankare@codeaurora.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>May be this is a stupid question, are
there reasons that lldb needs to use xml format ? Can it switch to
using YAML ?<br>
<br>
If not, may be having a XML parser like a YAML parser would be
useful inside of LLVM ??<br></div></div></blockquote><div><br></div><div>My (possibly uninformed) understanding is that XML is way more complicated than YAML, and it's better to take an external dependency than try to reinvent the wheel. YAML and JSON on the other hand are super simple, so it's better to roll our own.</div></div><br></div></div>