Virtualize the cwd in GHCi
authorPepe Iborra <mnislaih@gmail.com>
Sat, 5 Apr 2008 14:51:36 +0000 (14:51 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Sat, 5 Apr 2008 14:51:36 +0000 (14:51 +0000)
commit24f608a8eca2d5648d52ce656f8c3a965922ba5f
treec5bb65aac6ceab9a1e40ece3571ad58346fb95d0
parentddb4c07d9b3bd50eb95edbf121745fb9c6306638
Virtualize the cwd in GHCi

This fixes the issue where :list would stop working if the
program being debugged side-effected the working directory,
and should prevent other similar issues
compiler/ghci/GhciMonad.hs
compiler/ghci/InteractiveUI.hs