patch applied (ghc): Added the new :breakpoint continue option

Pepe Iborra <[email protected]> Thu, 11 Jan 2007 05:19:56 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all,gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Thu Jan 11 05:13:59 PST 2007  Pepe Iborra <[email protected]>
  * Added the new :breakpoint continue option
  
  Previously, when in a breakpoint, :quit was used to continue execution.
  This is not the right thing to do, so this patch restores :quit to its
  original meaning whether or not ghci is in an inferior session.
  
  The continue behavior is now provided by ":breakpoint continue".
  I added a synonim command in :continue because it is much shorter,
  but this is optional
  

    M ./compiler/ghci/Debugger.hs -6 +10
    M ./compiler/ghci/GhciMonad.hs +2
    M ./compiler/ghci/InteractiveUI.hs -5 +21
    M ./compiler/main/GHC.hs -2 +8