HackStudio: Update variables view based on the selected backtrace frame

This commit is contained in:
Itamar 2020-05-08 14:55:02 +03:00 committed by Andreas Kling
commit 2acce56ac1
Notes: sideshowbarker 2024-07-19 06:48:04 +09:00
5 changed files with 36 additions and 15 deletions

View file

@ -38,7 +38,7 @@ class DebugInfoWidget final : public GUI::Widget {
public:
virtual ~DebugInfoWidget() override {}
void update_state(const PtraceRegisters&);
void update_state(const DebugSession&, const PtraceRegisters&);
void program_stopped();
private: