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:
parent
7c5e30daaa
commit
75673319ad
6 changed files with 23 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue