Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / ghci / Debugger.hs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-29 Pepe IborraWarning police
2007-08-26 Pepe IborraStyle: remove trailing spaces
2007-08-26 Pepe IborraPrint contents of bindings when stopping at a breakpoint
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-07-11 Pepe IborraAsk for a HscEnv instead of a Session in InteractiveEva...
2007-05-23 Pepe IborraClean up for code conventions & add some comment
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-09 Pepe IborraFixed a badly defined pattern match
2007-05-03 Simon Marlowuse extendInteractiveContext instead of custom code
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-01 Pepe IborraAdd new skolem tyvars to the InteractiveContext after...
2007-04-30 Pepe IborraRemove skolem tyvars from the InteractiveContext once...
2007-04-30 Pepe IborraRestore tidying up of tyvars in :print
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 Pepe IborraDrop newtypes before computing the refinement substitut...
2007-04-25 Pepe IborraFix some corner cases in :print after the recent changes
2007-04-25 Simon Marlowrefactor: move pprintClosureCommand out of the GHCi...
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Pepe IborraSome tyvars were being introduced in the environment...
2007-04-24 Pepe IborraWhen a type is refined after :print, propagate the...
2007-04-24 Simon MarlowDebuggerTys doesn't exist any more
2007-04-24 Pepe IborraWe no longer instantiate tyvars to Unknown types in...
2007-04-20 Pepe IborraHaskell list syntax for the :print command
2007-04-14 Pepe Iborra:print command - Do not compute all the custom printers...
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-22 sven.panne@aedion.deWarning police: Removed catch-all case which was overlapped
2007-02-21 Pepe IborraFix an incomplete pattern in the code for :print
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-16 Pepe IborraUniform user interface
2007-02-16 Pepe IborraTaught :breakpoint add to guess the module name if...
2007-02-07 Pepe IborraOptimize dynamic breakpoints for speed
2007-01-21 Pepe IborraImprove presentation of :print output
2007-01-21 Pepe IborraRefactoring of Debugger.hs
2007-01-20 Pepe IborraFix a bug in the closure viewer
2007-01-11 Pepe IborraAn object code module in ghci is not and cannot be...
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-05 Pepe IborraRemove a tracing statement, change a comment, and make...
2007-01-05 Pepe IborraImproved an error message, giving a more concrete sugge...
2007-01-05 Pepe IborraThis patch fixes ticket #1083 in the ghci debugger
2007-01-03 simonpj@microsoft.comAdd newline at end
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-10 Pepe IborraClosure inspection in GHCi
2006-12-10 Pepe IborraDynamic breakpoints in GHCi