summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break021.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break021.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break021.stdout135
1 files changed, 135 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break021.stdout b/testsuite/tests/ghci.debugger/scripts/break021.stdout
new file mode 100644
index 0000000000..3a78eafce7
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/break021.stdout
@@ -0,0 +1,135 @@
+Stopped at break020.hs:(9,8)-(15,11)
+_result :: IO () = _
+8
+ vv
+9 main = do
+10 line1 0
+11 line2 0
+12 in_another_decl 0
+13 in_another_module 0
+14 line2 1
+15 return ()
+ ^^
+Stopped at break020.hs:10:3-9
+_result :: IO () = _
+9 main = do
+10 line1 0
+ ^^^^^^^
+11 line2 0
+Stopped at break020.hs:3:1-19
+_result :: IO () = _
+2
+3 line1 _ = return ()
+ ^^^^^^^^^^^^^^^^^^^
+4 line2 _ = return ()
+Stopped at break020.hs:3:11-19
+_result :: IO () = _
+2
+3 line1 _ = return ()
+ ^^^^^^^^^
+4 line2 _ = return ()
+Stopped at break020.hs:11:3-9
+_result :: IO () = _
+10 line1 0
+11 line2 0
+ ^^^^^^^
+12 in_another_decl 0
+Stopped at break020.hs:4:1-19
+_result :: IO () = _
+3 line1 _ = return ()
+4 line2 _ = return ()
+ ^^^^^^^^^^^^^^^^^^^
+5
+Stopped at break020.hs:4:11-19
+_result :: IO () = _
+3 line1 _ = return ()
+4 line2 _ = return ()
+ ^^^^^^^^^
+5
+Stopped at break020.hs:12:3-19
+_result :: IO () = _
+11 line2 0
+12 in_another_decl 0
+ ^^^^^^^^^^^^^^^^^
+13 in_another_module 0
+Stopped at break020.hs:(6,1)-(7,30)
+_result :: m () = _
+5
+ vv
+6 in_another_decl _ = do line1 0
+7 line2 0
+ ^^
+8
+Stopped at break020.hs:(6,21)-(7,30)
+_result :: m () = _
+5
+ vv
+6 in_another_decl _ = do line1 0
+7 line2 0
+ ^^
+8
+Stopped at break020.hs:6:24-30
+_result :: m () = _
+5
+6 in_another_decl _ = do line1 0
+ ^^^^^^^
+7 line2 0
+Stopped at break020.hs:3:1-19
+_result :: m () = _
+2
+3 line1 _ = return ()
+ ^^^^^^^^^^^^^^^^^^^
+4 line2 _ = return ()
+Stopped at break020.hs:3:11-19
+_result :: m () = _
+2
+3 line1 _ = return ()
+ ^^^^^^^^^
+4 line2 _ = return ()
+Stopped at break020.hs:7:24-30
+_result :: m () = _
+6 in_another_decl _ = do line1 0
+7 line2 0
+ ^^^^^^^
+8
+Stopped at break020.hs:4:1-19
+_result :: m () = _
+3 line1 _ = return ()
+4 line2 _ = return ()
+ ^^^^^^^^^^^^^^^^^^^
+5
+Stopped at break020.hs:4:11-19
+_result :: m () = _
+3 line1 _ = return ()
+4 line2 _ = return ()
+ ^^^^^^^^^
+5
+Stopped at break020.hs:13:3-21
+_result :: IO () = _
+12 in_another_decl 0
+13 in_another_module 0
+ ^^^^^^^^^^^^^^^^^^^
+14 line2 1
+Stopped at break020.hs:14:3-9
+_result :: IO () = _
+13 in_another_module 0
+14 line2 1
+ ^^^^^^^
+15 return ()
+Stopped at break020.hs:4:1-19
+_result :: IO () = _
+3 line1 _ = return ()
+4 line2 _ = return ()
+ ^^^^^^^^^^^^^^^^^^^
+5
+Stopped at break020.hs:4:11-19
+_result :: IO () = _
+3 line1 _ = return ()
+4 line2 _ = return ()
+ ^^^^^^^^^
+5
+Stopped at break020.hs:15:3-11
+_result :: IO () = _
+14 line2 1
+15 return ()
+ ^^^^^^^^^