summaryrefslogtreecommitdiff
path: root/src/debug/debugger-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/debugger-int.h')
-rw-r--r--src/debug/debugger-int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/debug/debugger-int.h b/src/debug/debugger-int.h
index 3ba594a..642efd7 100644
--- a/src/debug/debugger-int.h
+++ b/src/debug/debugger-int.h
@@ -25,7 +25,7 @@
#define _DEBUG_DEBUGGER_INT_H
-#include "debuggers.h"
+#include "debugger.h"
#include <gtk/gtk.h>
@@ -68,6 +68,8 @@ struct _GBinaryDebuggerClass
void (* debugger_stopped) (GBinaryDebugger *, uint64_t, uint64_t);
+ void (* debugger_halted) (GBinaryDebugger *, int, vmpa_t, pid_t);
+
};