[Lldb-commits] [PATCH] Register Number in DWARFCallFrameInfo.cpp

Tong Shen endlessroad at google.com
Tue Aug 12 16:20:13 PDT 2014


There's this line in your dwarfdump output:
DW_CFA_def_cfa (5 (esp), 4)
DW_CFA_offset (8 (eip), -4)

On Ubuntu 14.04, objdump -W outputs this:
DW_CFA_def_cfa: r4 (esp) ofs 4
DW_CFA_offset: r8 (eip) at cfa-4

I believe this is the cause. On OSX, esp=5; on linux, esp=4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140812/40847022/attachment.html>


More information about the lldb-commits mailing list