Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
bf516c4e
Commit
bf516c4e
authored
Jan 31, 2007
by
mnislaih
Browse files
Test for debugging code with unlifted values around
parent
f35369ce
Changes
6
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci.debugger/dynbk9/A.hs
0 → 100644
View file @
bf516c4e
{-# OPTIONS_GHC -fglasgow-exts #-}
import
GHC.Base
f
::
Int
->
Int
#
->
Int
#
f
x
i
=
i
test
=
let
I
#
i
=
3
in
I
#
(
f
2
i
)
\ No newline at end of file
testsuite/tests/ghc-regress/ghci.debugger/dynbk9/Makefile
0 → 100644
View file @
bf516c4e
TOP
=
../../../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/test.mk
testsuite/tests/ghc-regress/ghci.debugger/dynbk9/all.T
0 → 100644
View file @
bf516c4e
test
('
dynbk009
',
normal
,
ghci_script
,
['
dynbk009.script
'])
testsuite/tests/ghc-regress/ghci.debugger/dynbk9/dynbk009.script
0 → 100644
View file @
bf516c4e
-- Instrumentation should not set breakpoints around unlifted values
:set -fdebugging
:l A.hs
:show breakpoints
test
\ No newline at end of file
testsuite/tests/ghc-regress/ghci.debugger/dynbk9/dynbk009.stderr
0 → 100644
View file @
bf516c4e
testsuite/tests/ghc-regress/ghci.debugger/dynbk9/dynbk009.stdout
0 → 100644
View file @
bf516c4e
Main:
3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment