patch applied (ghc): Toggle whether the RTS gets build with debugger support for ghci

Ian Lynagh igloo at earth.li
Sat Dec 16 12:43:13 EST 2006


Mon Dec 11 10:13:07 PST 2006  Pepe Iborra <mnislaih at gmail.com>
  * 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
  

    M ./compiler/Makefile -2 +4
    M ./compiler/deSugar/DsBreakpoint.lhs -1 +5
    M ./compiler/ghci/Debugger.hs -2 +6
    M ./compiler/ghci/InteractiveUI.hs -1 +1
    M ./compiler/main/DynFlags.hs +2
    M ./compiler/typecheck/TcSplice.lhs -1 +4
    M ./mk/config.mk.in +3
    M ./rts/Linker.c -6 +4
    M ./rts/Makefile -1 +5



More information about the Cvs-ghc mailing list