summaryrefslogtreecommitdiff
path: root/compiler/ghci/Debugger.hs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Haskell list syntax for the :print command Pepe Iborra2007-04-201-5/+7
* :print command - Do not compute all the custom printers, only the first one m...Pepe Iborra2007-04-141-1/+1
* Various cleanups and improvements to the breakpoint supportSimon Marlow2007-04-181-52/+11
* Re-working of the breakpoint supportSimon Marlow2007-04-171-297/+1
* Warning police: Removed catch-all case which was overlappedsven.panne@aedion.de2007-03-221-1/+0
* Fix an incomplete pattern in the code for :printPepe Iborra2007-02-211-15/+16
* Fixed a bug with the :print command spotted by Bernie Pope.Pepe Iborra2007-02-161-1/+1
* Uniform user interfacePepe Iborra2007-02-161-3/+4
* Taught :breakpoint add to guess the module name if not givenPepe Iborra2007-02-161-14/+19
* Optimize dynamic breakpoints for speedPepe Iborra2007-02-071-4/+6
* Improve presentation of :print outputPepe Iborra2007-01-211-1/+4
* Refactoring of Debugger.hsPepe Iborra2007-01-211-152/+161
* Fix a bug in the closure viewerPepe Iborra2007-01-201-1/+0
* An object code module in ghci is not and cannot be handled by the GHCi debuggerPepe Iborra2007-01-111-23/+33
* Added the new :breakpoint continue optionPepe Iborra2007-01-111-6/+10
* Remove a tracing statement, change a comment, and make more obvious an unexpe...Pepe Iborra2007-01-051-4/+3
* Improved an error message, giving a more concrete suggestionPepe Iborra2007-01-051-1/+2
* This patch fixes ticket #1083 in the ghci debuggerPepe Iborra2007-01-051-1/+1
* Add newline at endsimonpj@microsoft.com2007-01-031-1/+1
* Remove uses of Data.Traversable to fix stage1 on pre ghc-6.6 systemsPepe Iborra2006-12-181-3/+3
* Toggle whether the RTS gets build with debugger support for ghciPepe Iborra2006-12-111-1/+6
* Closure inspection in GHCiPepe Iborra2006-12-101-0/+242
* Dynamic breakpoints in GHCiPepe Iborra2006-12-101-0/+307