[PATCH] D37744: [dwarfdump][NFC] Move DebugFrameEntry classes to header.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 07:39:42 PDT 2017


JDevlieghere created this revision.

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`.


Repository:
  rL LLVM

https://reviews.llvm.org/D37744

Files:
  include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  lib/DebugInfo/DWARF/DWARFDebugFrame.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37744.114825.patch
Type: text/x-patch
Size: 18488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170912/b634cf13/attachment.bin>


More information about the llvm-commits mailing list