[commit: ghc] master: A little closer to supporting breakpoints with -fexternal-interpreter (3e796e1)
git at git.haskell.org
git at git.haskell.org
Wed Jan 13 13:06:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3e796e1ae8b13ec1c607a1864894171a58cef592/ghc
>---------------------------------------------------------------
commit 3e796e1ae8b13ec1c607a1864894171a58cef592
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
>---------------------------------------------------------------
3e796e1ae8b13ec1c607a1864894171a58cef592
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 3e796e1ae8b13ec1c607a1864894171a58cef592
More information about the ghc-commits
mailing list