1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:38:13 +00:00

LibDebug: Break inclusion cycle through many forward-declarations

This commit is contained in:
Ben Wiederhake 2022-09-14 10:39:32 +02:00 committed by Brian Gianforcaro
parent 7c5e30daaa
commit 75673319ad
6 changed files with 23 additions and 6 deletions

View file

@ -31,6 +31,8 @@ DwarfInfo::DwarfInfo(ELF::Image const& elf)
populate_compilation_units();
}
DwarfInfo::~DwarfInfo() = default;
ReadonlyBytes DwarfInfo::section_data(StringView section_name) const
{
auto section = m_elf.lookup_section(section_name);