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
Showing
- compiler/Makefile 4 additions, 2 deletionscompiler/Makefile
- compiler/deSugar/DsBreakpoint.lhs 5 additions, 1 deletioncompiler/deSugar/DsBreakpoint.lhs
- compiler/ghci/Debugger.hs 6 additions, 1 deletioncompiler/ghci/Debugger.hs
- compiler/ghci/InteractiveUI.hs 1 addition, 1 deletioncompiler/ghci/InteractiveUI.hs
- compiler/main/DynFlags.hs 2 additions, 0 deletionscompiler/main/DynFlags.hs
- compiler/typecheck/TcSplice.lhs 4 additions, 1 deletioncompiler/typecheck/TcSplice.lhs
- mk/config.mk.in 3 additions, 0 deletionsmk/config.mk.in
- rts/Linker.c 4 additions, 6 deletionsrts/Linker.c
- rts/Makefile 4 additions, 0 deletionsrts/Makefile
Loading
Please register or sign in to comment