Package ghidra.app.util.bin.format.dwarf.sectionprovider
package ghidra.app.util.bin.format.dwarf.sectionprovider
-
ClassDescriptionFetches DWARF sections from a normal program using simple Ghidra memory blocks.A wrapper around another DWARFSectionProvider, this provider fetches DWARF section data that has been compressed and stored in sections in the underlying
DWARFSectionProvider
.Fetches DWARF section data for a MachO program with co-located .dSYM folder.A DWARFSectionProvider is responsible for allowing access to DWARF section data of a Ghidra program.Auto-detects whichDWARFSectionProvider
matches a Ghidra program.ADWARFSectionProvider
that reads .debug_info (and friends) sections from an external ELF file that is referenced in the original ELF file's build-id or debuglink sections.