This adds printing the format, DWARF32 or DWARF64, when dumping debug info sections so that the actual format of a table can be read directly from the report.
This is an alternative for D78208, where only the 64-bit format was reported and the reports for the 32-bit format, which is a prevailing case, were not changed. While D78208 is much safer, this patch may be considered as more consistent.
And a helper taking bool IsDWARF64) here, so DWARFDebugFrame isn't using it's own idea of the format strings.