Closed philipc closed 6 months ago
The Loader encapsulates the process of loading the DWARF data and keeping it alive so that the Context can refer to it. It also handles tasks such as loading dSYM or DWO files.
This allows us to remove the object crate from the public API.
object
Closes #253
The Loader encapsulates the process of loading the DWARF data and keeping it alive so that the Context can refer to it. It also handles tasks such as loading dSYM or DWO files.
This allows us to remove the
object
crate from the public API.Closes #253