Toggle whether the RTS gets build with debugger support for ghci
authorPepe Iborra <mnislaih@gmail.com>
Mon, 11 Dec 2006 18:13:07 +0000 (18:13 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Mon, 11 Dec 2006 18:13:07 +0000 (18:13 +0000)
commit8b08c15b8ace5a76e341939081fbb6ad2736ddd1
tree620784891505c0bfe2e3c0beb43f4ef1cee39f0f
parent989cfb23660ecefe7e414a1ca1f3004e820ef50b
Toggle whether the RTS gets build with debugger support for ghci

Specifically, this disables the special support in the RTS for looking up the datacon name corresponding to an address.
Correspondingly, the debugging commads in GHCi will not be available, and neither will the '-fdebugging' flag
compiler/Makefile
compiler/deSugar/DsBreakpoint.lhs
compiler/ghci/Debugger.hs
compiler/ghci/InteractiveUI.hs
compiler/main/DynFlags.hs
compiler/typecheck/TcSplice.lhs
mk/config.mk.in
rts/Linker.c
rts/Makefile