mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit
This commit is contained in:
parent
15b3957885
commit
fea9bb8c51
Notes:
sideshowbarker
2024-07-18 12:01:54 +09:00
Author: https://github.com/itamar8910
Commit: fea9bb8c51
Pull-request: https://github.com/SerenityOS/serenity/pull/8149
Reviewed-by: https://github.com/gunnarbeutner
5 changed files with 9 additions and 9 deletions
|
@ -33,8 +33,7 @@ public:
|
|||
void for_each_child(Function<void(const DIE& child)> callback) const;
|
||||
|
||||
bool is_null() const { return m_tag == EntryTag::None; }
|
||||
|
||||
DIE get_die_at_offset(u32 offset) const;
|
||||
const CompilationUnit& compilation_unit() const { return m_compilation_unit; }
|
||||
|
||||
private:
|
||||
const CompilationUnit& m_compilation_unit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue