LLD will soon prune redundant __eh_frame entries. In order to debug this in LLD, we need the capacity to dump and cross-check the __eh_frame section and __unwind_info sections.
This diff adds the __eh_frame dumper.
The dumper code is adapted from llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h:PrinterContext<ELFT>::printEHFrame().
Nit: add trailing "."