HackStudio: Use ProcessInspector instead of DebugSession where possible

This commit is contained in:
Itamar 2021-11-19 16:13:07 +02:00 committed by Linus Groh
commit 94d68583fb
Notes: sideshowbarker 2024-07-18 00:57:23 +09:00
8 changed files with 29 additions and 21 deletions

View file

@ -26,7 +26,7 @@ class DebugInfoWidget final : public GUI::Widget {
public:
virtual ~DebugInfoWidget() override { }
void update_state(const Debug::DebugSession&, const PtraceRegisters&);
void update_state(Debug::ProcessInspector const&, PtraceRegisters const&);
void program_stopped();
void set_debug_actions_enabled(bool enabled);