mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
HackStudio: Support variable inspection in nested scopes
This commit is contained in:
parent
f0cbaf453c
commit
14ee090f25
Notes:
sideshowbarker
2024-07-19 06:53:19 +09:00
Author: https://github.com/itamar8910
Commit: 14ee090f25
Pull-request: https://github.com/SerenityOS/serenity/pull/2156
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