summaryrefslogtreecommitdiff
path: root/compiler/ghci/GhciMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* 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