From 20a18716e494d7d83d498cfc4bfd96fa11d6b8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 12 Jan 2023 22:45:48 +0100 Subject: Move process-related functions to Process module --- src/GDB.hs-boot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/GDB.hs-boot') 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 () -- cgit v1.2.3