2007-05-24 |
Pepe Iborra | wibble |
tree | commitdiff |
2007-05-23 |
Pepe Iborra | Clean up for code conventions & add some comment |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | Get the path right for :list |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | wibble |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | Clean up & comments |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | cvReconstructType: a faster, types-only version of... |
tree | commitdiff |
2007-05-19 |
Pepe Iborra | Rewrite the unsafe code dealing with unboxed primitives... |
tree | commitdiff |
2007-05-18 |
Simon Marlow | 'import M' is now the same as ':module +M' at the prompt |
tree | commitdiff |
2007-05-18 |
Simon Marlow | improve break-by-coordinate |
tree | commitdiff |
2007-05-18 |
Simon Marlow | On Windows, don't try to use ANSI bold sequences. |
tree | commitdiff |
2007-05-18 |
Simon Marlow | Update the panic msg from #1257 to be an ordinary error... |
tree | commitdiff |
2007-05-17 |
Simon Marlow | fix ordering in :help |
tree | commitdiff |
2007-05-17 |
Simon Marlow | add :cmd |
tree | commitdiff |
2007-05-16 |
Simon Marlow | add a comment |
tree | commitdiff |
2007-05-15 |
Simon Marlow | GHCi debugger: new flag -fbreak-on-exception |
tree | commitdiff |
2007-05-15 |
Simon Marlow | small performance improvement: unbox some fields |
tree | commitdiff |
2007-05-11 |
Simon Marlow | Support for adding custom commands to an individual... |
tree | commitdiff |
2007-05-11 |
Simon Marlow | Store a SrcSpan instead of a SrcLoc inside a Name |
tree | commitdiff |
2007-05-11 |
Simon Marlow | refactoring only |
tree | commitdiff |
2007-05-10 |
Simon Marlow | FIX #1321: problems with accessing the interpreter... |
tree | commitdiff |
2007-05-10 |
Simon Marlow | FIX BUILD: remove accidentally committed hunk |
tree | commitdiff |
2007-05-09 |
Simon Marlow | fix confusion with return value of runStmt |
tree | commitdiff |
2007-05-09 |
Simon Marlow | eliminate a crash when trying to use :break on a compil... |
tree | commitdiff |
2007-05-09 |
Simon Marlow | Store the constructor name in the info table in UTF-8 |
tree | commitdiff |
2007-05-09 |
Simon Marlow | FIX: Linker.getHValue should be linking in any dependen... |
tree | commitdiff |
2007-05-09 |
Simon Marlow | Fix a missing prime spotted by -fwarn-unused-binds |
tree | commitdiff |
2007-05-09 |
Pepe Iborra | Fixed a badly defined pattern match |
tree | commitdiff |
2007-05-08 |
Simon Marlow | Allow you to say :unset -f<flag> (see #1328) |
tree | commitdiff |
2007-05-08 |
Simon Marlow | overhaul :help, group the debugging commands together |
tree | commitdiff |
2007-05-08 |
Simon Marlow | let you :show things that you can :set (e.g. args,... |
tree | commitdiff |
2007-05-08 |
Simon Marlow | improvements to :history |
tree | commitdiff |
2007-05-03 |
Bertram Felgenhauer | fix exit code of ghci -e "return ()" |
tree | commitdiff |
2007-05-03 |
Simon Marlow | improve the :list command |
tree | commitdiff |
2007-05-03 |
Simon Marlow | Add history/trace functionality to the GHCi debugger |
tree | commitdiff |
2007-05-03 |
Simon Marlow | use extendInteractiveContext instead of custom code |
tree | commitdiff |
2007-05-02 |
Simon Marlow | Refactoring, tidyup and improve layering |
tree | commitdiff |
2007-05-01 |
Pepe Iborra | Add new skolem tyvars to the InteractiveContext after... |
tree | commitdiff |
2007-04-30 |
Pepe Iborra | Remove skolem tyvars from the InteractiveContext once... |
tree | commitdiff |
2007-04-30 |
Pepe Iborra | Restore tidying up of tyvars in :print |
tree | commitdiff |
2007-04-30 |
Ian Lynagh | Make GHCi's banner fit in a standard 80-column terminal |
tree | commitdiff |
2007-04-27 |
Simon Marlow | give the statements under evaluation in the ":show... |
tree | commitdiff |
2007-04-27 |
Simon Marlow | break by function: make sure we get the correct file |
tree | commitdiff |
2007-04-27 |
Simon Marlow | We shouldn't let-bind expressions with unlifted type |
tree | commitdiff |
2007-04-26 |
Pepe Iborra | Dont tidy up tyvars after :print type reconstruction |
tree | commitdiff |
2007-04-26 |
Simon Marlow | Give a better error message when we try to print a... |
tree | commitdiff |
2007-04-25 |
Pepe Iborra | Drop newtypes before computing the refinement substitut... |
tree | commitdiff |
2007-04-25 |
Pepe Iborra | fix :print reconstructing too many types in environment... |
tree | commitdiff |
2007-04-25 |
Pepe Iborra | Fix some corner cases in :print after the recent changes |
tree | commitdiff |
2007-04-25 |
Simon Marlow | remember the type of _result |
tree | commitdiff |
2007-04-25 |
Simon Marlow | force APs, AP_STACKs and ThunkSelectors in :force |
tree | commitdiff |
2007-04-25 |
Simon Marlow | use Any as the HValue type, this should be a bit safer... |
tree | commitdiff |
2007-04-25 |
Simon Marlow | unused exports |
tree | commitdiff |
2007-04-25 |
Simon Marlow | unused import |
tree | commitdiff |
2007-04-25 |
Simon Marlow | refactor: move pprintClosureCommand out of the GHCi... |
tree | commitdiff |
2007-04-25 |
Simon Marlow | Keep track of free type variables in the interactive... |
tree | commitdiff |
2007-04-24 |
Pepe Iborra | Some tyvars were being introduced in the environment... |
tree | commitdiff |
2007-04-24 |
Pepe Iborra | When a type is refined after :print, propagate the... |
tree | commitdiff |
2007-04-24 |
Simon Marlow | DebuggerTys doesn't exist any more |
tree | commitdiff |
2007-04-24 |
Pepe Iborra | We no longer instantiate tyvars to Unknown types in... |
tree | commitdiff |
2007-04-20 |
Pepe Iborra | Haskell list syntax for the :print command |
tree | commitdiff |
2007-04-20 |
Pepe Iborra | wibbles |
tree | commitdiff |
2007-04-20 |
Simon Marlow | new commnad :abandon, discards the current computation... |
tree | commitdiff |
2007-04-20 |
Simon Marlow | split off :ctags and :etags support into a separate... |
tree | commitdiff |
2007-04-19 |
Simon Marlow | The prompt now shows the current breakpoint |
tree | commitdiff |
2007-04-19 |
Simon Marlow | fix padding calculation in listAround |
tree | commitdiff |
2007-04-19 |
Simon Marlow | improve the heuristics to pick the best breakpoint... |
tree | commitdiff |
2007-04-19 |
Simon Marlow | More debugger improvements |
tree | commitdiff |
2007-04-19 |
Simon Marlow | more layering cleanup: BreakArray should come from GHC |
tree | commitdiff |
2007-04-18 |
Simon Marlow | update the help text |
tree | commitdiff |
2007-04-19 |
Pepe Iborra | add some DEBUG assertions |
tree | commitdiff |
2007-04-19 |
Pepe Iborra | When possible, replace unification by matching in the... |
tree | commitdiff |
2007-04-14 |
Pepe Iborra | :print command - Do not compute all the custom printers... |
tree | commitdiff |
2007-04-18 |
Simon Marlow | Add support for breaking by function name: ':break... |
tree | commitdiff |
2007-04-18 |
Simon Marlow | improve completion for debugger commands |
tree | commitdiff |
2007-04-18 |
Simon Marlow | unused import |
tree | commitdiff |
2007-04-18 |
Simon Marlow | Restore the interactive context when resuming a breakpoint |
tree | commitdiff |
2007-04-18 |
Simon Marlow | add ':show context' which lists the current stack of... |
tree | commitdiff |
2007-04-18 |
Simon Marlow | handle out-of-range lines in :break more gracefully |
tree | commitdiff |
2007-04-18 |
Simon Marlow | small cleanup: showForUser -> printForUser, eliminate... |
tree | commitdiff |
2007-04-18 |
Simon Marlow | add missing module |
tree | commitdiff |
2007-04-18 |
Simon Marlow | Various cleanups and improvements to the breakpoint... |
tree | commitdiff |
2007-04-17 |
Simon Marlow | Re-working of the breakpoint support |
tree | commitdiff |
2007-04-06 |
Ian Lynagh | Remove code that is dead, as we require __GLASGOW_HASKE... |
tree | commitdiff |
2007-04-04 |
Ian Lynagh | Fix C/Haskell type mismatches |
tree | commitdiff |
2007-04-04 |
Ian Lynagh | Fix typo |
tree | commitdiff |
2007-03-27 |
Simon Marlow | make GHCi use base:Prelude, not just Prelude |
tree | commitdiff |
2007-03-27 |
Simon Marlow | more improvements for #1119 |
tree | commitdiff |
2007-03-22 |
sven.panne@aedion.de | Warning police: Removed catch-all case which was overlapped |
tree | commitdiff |
2007-03-08 |
wolfgang.thaller... | Make constructor names in info tables position independent |
tree | commitdiff |
2007-03-08 |
Simon Marlow | refactor: use do-notation rather than `thenBc`-style |
tree | commitdiff |
2007-03-01 |
Simon Marlow | some more vectored return stuff to be removed |
tree | commitdiff |
2007-02-27 |
Simon Marlow | Remove the itbls field of BCO, put itbls in with the... |
tree | commitdiff |
2007-02-27 |
Simon Marlow | fix data con patch for 64-bit architectures |
tree | commitdiff |
2007-02-20 |
bjpop@csse.unimelb... | Constructor names in info tables |
tree | commitdiff |
2007-02-21 |
Pepe Iborra | Fix the behaviour of :print with functions |
tree | commitdiff |
2007-02-21 |
Pepe Iborra | Fix an incomplete pattern in the code for :print |
tree | commitdiff |
2007-02-21 |
Simon Marlow | MERGE from 6.6: Windows fix for stdcall foreign-import... |
tree | commitdiff |
2007-02-16 |
Pepe Iborra | Fixed a bug with the :print command spotted by Bernie... |
tree | commitdiff |
2007-02-16 |
Pepe Iborra | Uniform user interface |
tree | commitdiff |
2007-02-16 |
Pepe Iborra | Taught :breakpoint add to guess the module name if... |
tree | commitdiff |
next |