<div dir="ltr">If you can split up the AddressSize/PointerSize part of the patch into something separate that'd be good. Also formatting and I think 80-column violations. <div class="gmail_extra"><br></div><div class="gmail_extra">
Otherwise looks fine.</div><div class="gmail_extra"><br></div><div class="gmail_extra">-eric<br><br><div class="gmail_quote">On Tue, Feb 5, 2013 at 2:47 PM, Eli Bendersky <span dir="ltr"><<a href="mailto:eliben@google.com" target="_blank">eliben@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The attached patch is the first step for adding DWARF CFI parsing and<br>
dumping support to LLVM's tools.<br>
<br>
What it does:<br>
<br>
* Parses the .debug_frame section, obtaining the CIE and FDE headers<br>
* Dumping those in a readelf-compatible format for the llvm-dwarfdump tool<br>
<br>
What it doesn't do yet:<br>
<br>
* No support for .eh_frame, only .debug_frame<br>
* Doesn't decode actual instructions, only entry headers<br>
<br>
This is something that can (and should) be developed incrementally, so<br>
once the initial patch gets accepted and committed, more features can<br>
be added. Even in its initial form it can already allow some tests to<br>
be written more naturally with llvm-dwarfdump. Note that I didn't<br>
include tests in the patch - I'll add them once the general direction<br>
is approved.<br>
<span class="HOEnZb"><font color="#888888"><br>
Eli<br>
</font></span><br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div></div>