mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
LibDebug: Implement support for DWARF 5 compilation unit headers
This commit is contained in:
parent
a3f2af49f9
commit
6b4448b623
Notes:
sideshowbarker
2024-07-18 18:59:49 +09:00
Author: https://github.com/gunnarbeutner
Commit: 6b4448b623
Pull-request: https://github.com/SerenityOS/serenity/pull/6714
4 changed files with 54 additions and 8 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
CompilationUnit(const DwarfInfo& dwarf_info, u32 offset, const CompilationUnitHeader&);
|
||||
|
||||
u32 offset() const { return m_offset; }
|
||||
u32 size() const { return m_header.length + sizeof(u32); }
|
||||
u32 size() const { return m_header.length() + sizeof(u32); }
|
||||
|
||||
DIE root_die() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue