aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugFrame.cpp
AgeCommit message (Expand)Author
2013-02-22Code cleanup: pass Offset by pointer to parseInstruction to more explicitlyEli Bendersky
2013-02-21Previously, parsing capability of the .debug_frame section was addedEli Bendersky
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer
2013-02-08The patch to fix some issues in r174543 fixed the lines failing the test, but...David Tweed
2013-02-07FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!NAKAMURA Takumi
2013-02-07FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...NAKAMURA Takumi
2013-02-07DWARFDebugFrame.cpp: Fix formatting on i686 hosts.NAKAMURA Takumi
2013-02-06Add some comments to new frame entriesEli Bendersky
2013-02-06Failing builds because a private class member is not being used afterEli Bendersky
2013-02-06Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtorEli Bendersky
2013-02-06Fix some formatting & add comments, following Eric's reviewEli Bendersky
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky