summaryrefslogtreecommitdiff
path: root/src/GDB.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/GDB.hs-boot')
-rw-r--r--src/GDB.hs-boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GDB.hs-boot b/src/GDB.hs-boot
index 608ba7c..8dd59b4 100644
--- a/src/GDB.hs-boot
+++ b/src/GDB.hs-boot
@@ -1,6 +1,8 @@
module GDB where
import Output
+import {-# SOURCE #-} Process
data GDB
gdbSession :: MonadOutput m => GDB -> m ()
+addInferior :: MonadOutput m => GDB -> Process -> m ()