Improve DWARF CFI CIE parsing and remove duplicated code
Previously we handled only a few opcode DWARF CFI opcode when we
were parsing the CIE. With this change we use mostly the same code
what we use for parsing the PDE which cover more opcode.
Paths
| Differential D10866
Improve DWARF CFI CIE parsing and remove duplicated code ClosedPublic Authored by tberghammer on Jul 1 2015, 3:27 AM.
Details Summary Improve DWARF CFI CIE parsing and remove duplicated code Previously we handled only a few opcode DWARF CFI opcode when we
Diff Detail
Event Timelinetberghammer retitled this revision from to Improve DWARF CFI CIE parsing and remove duplicated code. tberghammer updated this object. This revision is now accepted and ready to land.Jul 2 2015, 9:44 PM Closed by commit rL241332: Improve DWARF CFI CIE parsing and remove duplicated code (authored by tberghammer). · Explain WhyJul 3 2015, 2:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28999 lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h
lldb/trunk/source/Symbol/DWARFCallFrameInfo.cpp
|