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:
parent
f0cbaf453c
commit
14ee090f25
3 changed files with 10 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue