This is an archive of the discontinued LLVM Phabricator instance.

[dwarfdump][NFC] Move DebugFrameEntry classes to header.
AbandonedPublic

Authored by JDevlieghere on Sep 12 2017, 7:39 AM.

Details

Summary

I'm working on adding verification for debug frames to llvm-dwarfdump,
which requires access to the DWARDDebugFrame internals. Currently the
DWARDDebugFrame class only exposes a parse and dump method.

Rather than doing all of this in a single differential, I'm splitting up
the work. This first patch extends the interface to provide access to a
different entries (CIE/FDE) in a DWARDDebugFrame.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Sep 12 2017, 7:39 AM
aprantl accepted this revision.Sep 12 2017, 8:52 AM
aprantl added inline comments.
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
29

please remove all occurances of \brief .

This revision is now accepted and ready to land.Sep 12 2017, 8:52 AM
JDevlieghere abandoned this revision.Feb 23 2018, 1:15 AM