diff options
Diffstat (limited to 'src/GDB.hs-boot')
-rw-r--r-- | src/GDB.hs-boot | 2 |
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 () |