diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/hist001.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/hist001.stdout | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/hist001.stdout b/testsuite/tests/ghci.debugger/scripts/hist001.stdout new file mode 100644 index 0000000000..68e05cc076 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/hist001.stdout @@ -0,0 +1,31 @@ +Breakpoint 0 activated at ../Test3.hs:1:14-15 +[2,3Stopped at ../Test3.hs:1:14-15 +_result :: [a] = _ +-1 : mymap (../Test3.hs:(1,1)-(2,31)) +-2 : mymap (../Test3.hs:2:22-31) +-3 : mymap (../Test3.hs:2:18-20) +-4 : mymap (../Test3.hs:2:18-31) +-5 : mymap (../Test3.hs:(1,1)-(2,31)) +-6 : mymap (../Test3.hs:2:22-31) +-7 : mymap (../Test3.hs:2:18-20) +-8 : mymap (../Test3.hs:2:18-31) +-9 : mymap (../Test3.hs:(1,1)-(2,31)) +<end of history> +Logged breakpoint at ../Test3.hs:(1,1)-(2,31) +_result :: [a] +_result :: [a] = _ +Logged breakpoint at ../Test3.hs:2:22-31 +_result :: [a] +f :: t -> a +xs :: [t] +_result :: [a] = _ +f :: t -> a = _ +xs :: [t] = [] +*** Ignoring breakpoint +_result = [] +Logged breakpoint at ../Test3.hs:2:18-20 +_result :: a +f :: Integer -> a +x :: Integer +Logged breakpoint at ../Test3.hs:2:22-31 +_result :: [a] |