mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
LibDebug: Miscellaneous fixes from #2097
This commit is contained in:
parent
42b61cfe2c
commit
5fd64045b1
5 changed files with 5 additions and 5 deletions
|
@ -68,7 +68,7 @@ public:
|
|||
|
||||
struct VariablesScope {
|
||||
bool is_function { false };
|
||||
Optional<String> name;
|
||||
String name;
|
||||
u32 address_low { 0 };
|
||||
u32 address_high { 0 };
|
||||
Vector<Dwarf::DIE> dies_of_variables;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue