summaryrefslogtreecommitdiff
path: root/compiler/ghci/Debugger.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-26/+25
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-1/+1
* Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426)Simon Peyton Jones2014-12-171-3/+3
* Some refactoring around endPass and debug dumpingSimon Peyton Jones2014-11-041-0/+1
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Improve pretty-printing of typesunknown2013-10-011-3/+2
* Pure refactoringSimon Peyton Jones2013-01-281-2/+3
* Refactor the way dump flags are handledIan Lynagh2012-10-181-2/+2
* Some alpha renamingIan Lynagh2012-10-161-4/+4
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-1/+1
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-1/+1
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-1/+1
* Remove more uses of stdout and stderrIan Lynagh2012-05-291-3/+4
* fix bug in :show bindings when a variable is bound to an exceptionSimon Marlow2011-09-211-2/+8
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-14/+11
* Formatting fixesDavid Terei2011-08-241-4/+3
* Fix tracking of what RdrNames are used (fixes Trac #5211)Simon Peyton Jones2011-06-111-1/+0
* 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