summaryrefslogtreecommitdiff
path: root/compiler/ghci/GhciMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-350/+0
* :steplocal and :stepmodule should not polute trace historyPeter Hercek2009-02-221-2/+2
* #2973: we should virtualise the CWD inside the GHC API, not in the clientSimon Marlow2009-01-271-17/+2
* Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way theThomas Schilling2008-10-061-6/+2
* Use 'GhcMonad' in ghci/GhciMonad.Thomas Schilling2008-09-151-34/+74
* Follow changes in the base libraryIan Lynagh2008-07-311-5/+3
* Follow extensible exception changesIan Lynagh2008-07-301-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+3
* FIX #1970: ghci -hide-all-packages should workSimon Marlow2008-05-281-5/+3
* Tiny code tweak in the definition of io in GhciMonad; no semantic changeIan Lynagh2008-05-031-1/+1
* Make GhciMonad warning-freeIan Lynagh2008-05-031-10/+17
* don't turn off stdin/stdout buffering after loading a module with ghc -e (#2228)Simon Marlow2008-04-291-4/+6
* Virtualize the cwd in GHCiPepe Iborra2008-04-051-1/+28
* FIX #2049, another problem with the module context on :reloadSimon Marlow2008-01-211-3/+12
* Use command-dependent word break characters for tab completion in ghci. Fixe...judah.jacobson@gmail.com2008-01-091-1/+1
* MERGED: Make ":" in GHCi repeat the last commandIan Lynagh2007-11-251-0/+5
* Attempt at fixing #1873, #1360Simon Marlow2007-11-161-1/+4
* Try to manage the size of the text rendered for ':show bindings'Pepe Iborra2007-11-141-1/+8
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Functor instance for the GHCi monadPepe Iborra2007-08-091-0/+3
* Support for adding custom commands to an individual breakpointSimon Marlow2007-05-111-3/+11
* FIX #1321: problems with accessing the interpreter's HandlesSimon Marlow2007-05-101-42/+45
* Add history/trace functionality to the GHCi debuggerSimon Marlow2007-05-031-44/+7
* Refactoring, tidyup and improve layeringSimon Marlow2007-05-021-27/+0
* give the statements under evaluation in the ":show context" outputSimon Marlow2007-04-271-5/+13
* More debugger improvementsSimon Marlow2007-04-191-0/+1
* small cleanup: showForUser -> printForUser, eliminate some duplicate codeSimon Marlow2007-04-181-5/+6
* Various cleanups and improvements to the breakpoint supportSimon Marlow2007-04-181-22/+24
* Re-working of the breakpoint supportSimon Marlow2007-04-171-29/+91
* more improvements for #1119Simon Marlow2007-03-271-2/+11
* Add a header for GhciMonad.hsPepe Iborra2007-01-141-0/+8
* Added the new :breakpoint continue optionPepe Iborra2007-01-111-0/+2
* When setting stdout and stderr to NoBuffering in GHCi, do stdin too.Ian Lynagh2007-01-081-3/+17
* Reload modules after ':break stop'Pepe Iborra2007-01-061-59/+6
* Adjust code from manual mergesPepe Iborra2006-12-111-5/+6
* Dynamic breakpoints in GHCiPepe Iborra2006-12-101-1/+38
* Split the GHCi monad apart from InteractiveUI, together with some related fun...Pepe Iborra2006-12-101-0/+221