[commit: ghc] ghc-8.0: A little closer to supporting breakpoints with -fexternal-interpreter (74b06cf)

git at git.haskell.org git at git.haskell.org
Wed Jan 13 19:34:12 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/74b06cf667a510c8325968e0dba633f5edb9ae6e/ghc

>---------------------------------------------------------------

commit 74b06cf667a510c8325968e0dba633f5edb9ae6e
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Wed Jan 13 09:13:14 2016 +0000

    A little closer to supporting breakpoints with -fexternal-interpreter
    
    Summary: Moves getIdValFromApStack to the server, and removes one use of wormhole.
    
    Test Plan: validate
    
    Reviewers: bgamari, niteria, austin, hvr, erikd
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1768
    
    GHC Trac Issues: #11100
    
    (cherry picked from commit 3e796e1ae8b13ec1c607a1864894171a58cef592)


>---------------------------------------------------------------

74b06cf667a510c8325968e0dba633f5edb9ae6e
 compiler/ghci/GHCi.hs            | 44 +++++++++++--------
 compiler/main/InteractiveEval.hs | 17 ++------
 libraries/ghci/GHCi/Message.hs   | 94 ++++++++++++++++++++++------------------
 libraries/ghci/GHCi/Run.hs       | 16 ++++++-
 4 files changed, 94 insertions(+), 77 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 74b06cf667a510c8325968e0dba633f5edb9ae6e


More information about the ghc-commits mailing list