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
commit 14ee090f25
Notes: sideshowbarker 2024-07-19 06:53:19 +09:00
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;