summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Debugger/Debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/DevTools/HackStudio/Debugger/Debugger.h')
-rw-r--r--Userland/DevTools/HackStudio/Debugger/Debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/DevTools/HackStudio/Debugger/Debugger.h b/Userland/DevTools/HackStudio/Debugger/Debugger.h
index 1228a1ac0e..d3a2a151e1 100644
--- a/Userland/DevTools/HackStudio/Debugger/Debugger.h
+++ b/Userland/DevTools/HackStudio/Debugger/Debugger.h
@@ -60,6 +60,8 @@ public:
Debug::DebugSession* session() { return m_debug_session.ptr(); }
+ void stop();
+
// Thread entry point
static int start_static();