HackStudio: Show a backtrace in the debug information tab

This commit is contained in:
Itamar 2020-05-08 14:20:06 +03:00 committed by Andreas Kling
commit 1fb62df02a
Notes: sideshowbarker 2024-07-19 06:48:08 +09:00
7 changed files with 152 additions and 9 deletions

View file

@ -93,6 +93,8 @@ public:
}
}
String name_of_containing_function(u32 address) const;
private:
void prepare_variable_scopes();
void prepare_lines();