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.
please remove all occurances of \brief .