Could you attach the "Win64EH.h" field size-related fixes as a separate patch? Ideally those should be in their own commit as they're independent from the rest of the patch.<div><br></div><div><div>The dumping functionality looks good to me and I've been using them locally for a while. There's just some lines in there that are too long and should be wrapped as to LLVM coding standards.</div>

<div><div><br><div><div><br></div><div><div class="gmail_quote">On Mon, Oct 22, 2012 at 3:09 PM, Kai <span dir="ltr"><<a href="mailto:kai@redstar.de" target="_blank">kai@redstar.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi!<br>
<br>
This patch is an extended version of the patch posted by Joćo Matos some time ago. It adds a new option 'unwind-info' to llvm-objdump. It is then possible to dump Win64 SEH tables. This is a great debugging help if you dig into Win64 exception support. Output example:<br>


<br>
Function Table:<br>
  Start Address: main$filt$0<br>
  End Address: main$filt$0 + 0x0015<br>
  Unwind Info Address: $unwind$main$filt$0<br>
  Size of prolog: 6<br>
  Number of Codes: 2<br>
  No frame pointer used<br>
  Unwind Codes:<br>
    0x06: UOP_AllocSmall 32<br>
    0x02: UOP_PushNonVol RBP<br>
<br>
Please review and commit if it looks good.<br>
<br>
Regards<span class="HOEnZb"><font color="#888888"><br>
Kai<br>
<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><br clear="all"><div><br></div>-- <br>Joćo Matos<br>
</div></div></div></div></div>