1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

HackStudio: Support variable inspection in nested scopes

This commit is contained in:
Itamar 2020-05-08 10:59:28 +03:00 committed by Andreas Kling
parent f0cbaf453c
commit 14ee090f25
3 changed files with 10 additions and 22 deletions

View file

@ -97,7 +97,6 @@ private:
void prepare_variable_scopes();
void prepare_lines();
void parse_scopes_impl(const Dwarf::DIE& die);
Optional<VariablesScope> get_scope(u32 instruction_pointer) const;
NonnullOwnPtr<VariableInfo> create_variable_info(const Dwarf::DIE& variable_die, const PtraceRegisters&) const;
NonnullRefPtr<const ELF::Loader> m_elf;