1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:17:36 +00:00

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
parent 1fb62df02a
commit 2acce56ac1
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: