summaryrefslogtreecommitdiff
path: root/compiler/ghci/Debugger.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-4/+1
* Clean up the debugger codesimonpj@microsoft.com2010-10-191-21/+17
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-4/+4
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-3/+2
* Fix a couple of issues with :printpepe2008-09-181-13/+26
* Use 'GhcMonad' in ghci/Debugger.Thomas Schilling2008-09-151-55/+59
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-1/+1
* Fix #2044 (:printing impredicatively typed things)pepe2008-04-211-2/+3
* Fix rendering of references in :print under -fprint-evld-with-show flagPepe Iborra2007-12-191-1/+0
* Refactoring onlyPepe Iborra2007-12-081-5/+4
* Prevent the binding of unboxed things by :printPepe Iborra2007-12-081-2/+4
* Teach :print to follow references (STRefs and IORefs)Pepe Iborra2007-12-041-1/+5
* refactoring onlyPepe Iborra2007-12-021-1/+1
* Try to manage the size of the text rendered for ':show bindings'Pepe Iborra2007-11-141-5/+18
* Fix Trac 1865: GHCi debugger crashes with :printPepe Iborra2007-11-131-1/+1
* Better modelling of newtypes in the Term datatypePepe Iborra2007-09-121-4/+12
* GHCi debugger: Added a -fprint-evld-with-show flagPepe Iborra2007-09-121-1/+6
* Refactoring & documenting the Term pprinter used by :printPepe Iborra2007-09-111-4/+3
* Custom printer for the Term datatype that won't output TypeRep valuesPepe Iborra2007-09-111-27/+5
* Custom printer for the Term datatype that won't output TypeRep valuesPepe Iborra2007-09-111-5/+27
* warning policePepe Iborra2007-09-061-18/+11
* 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
* Warning policePepe Iborra2007-08-291-9/+2
* Style: remove trailing spacesPepe Iborra2007-08-261-23/+23
* Print contents of bindings when stopping at a breakpointPepe Iborra2007-08-261-23/+28
* Automatic RTTI for ghci bindings Pepe Iborra2007-07-141-41/+8
* Teach :print to not panic when the DataCon for a closure is not exposed by th...Pepe Iborra2007-07-121-6/+13
* Ask for a HscEnv instead of a Session in InteractiveEval.obtainTermPepe Iborra2007-07-111-5/+5
* Clean up for code conventions & add some comment Pepe Iborra2007-05-231-2/+4
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-1/+1
* FIX: Linker.getHValue should be linking in any dependencies it requiresSimon Marlow2007-05-091-2/+1
* Fixed a badly defined pattern match Pepe Iborra2007-05-091-1/+1
* use extendInteractiveContext instead of custom codeSimon Marlow2007-05-031-5/+2
* Refactoring, tidyup and improve layeringSimon Marlow2007-05-021-10/+6
* Add new skolem tyvars to the InteractiveContext after type reconstructionPepe Iborra2007-05-011-3/+8
* Remove skolem tyvars from the InteractiveContext once they have been instanti...Pepe Iborra2007-04-301-1/+5
* Restore tidying up of tyvars in :printPepe Iborra2007-04-301-3/+16
* Give a better error message when we try to print a value of unknown typeSimon Marlow2007-04-261-1/+1
* Drop newtypes before computing the refinement substitution after :print type ...Pepe Iborra2007-04-251-4/+8
* Fix some corner cases in :print after the recent changesPepe Iborra2007-04-251-2/+6
* refactor: move pprintClosureCommand out of the GHCi monadSimon Marlow2007-04-251-12/+6
* Keep track of free type variables in the interactive bindingsSimon Marlow2007-04-251-10/+8
* Some tyvars were being introduced in the environment via the thunk bindings '...Pepe Iborra2007-04-241-3/+12
* When a type is refined after :print, propagate the substitution to all the in...Pepe Iborra2007-04-241-40/+27
* DebuggerTys doesn't exist any moreSimon Marlow2007-04-241-1/+0
* We no longer instantiate tyvars to Unknown types in the :print mechanismPepe Iborra2007-04-241-50/+4