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 |
2007-02-14 |
Judah Jacobson | Fix left-bias in ghci tab-completion code |
tree | commitdiff |
2007-02-15 |
Pepe Iborra | Fixed a bug in the datacon names extension in the dynam... |
tree | commitdiff |
2007-02-07 |
Pepe Iborra | Type reconstruction/RTTI: improve handling of newtypes |
tree | commitdiff |
2007-02-07 |
Pepe Iborra | Optimize dynamic breakpoints for speed |
tree | commitdiff |
2007-01-30 |
Simon Marlow | Fix for #936 |
tree | commitdiff |
2007-01-21 |
Pepe Iborra | Improve presentation of :print output |
tree | commitdiff |
2007-01-21 |
Pepe Iborra | Comments only |
tree | commitdiff |
2007-01-21 |
Pepe Iborra | Refactoring of Debugger.hs |
tree | commitdiff |
2007-01-20 |
Pepe Iborra | Fix a bug in the closure viewer |
tree | commitdiff |
2007-01-07 |
Pepe Iborra | Reorganizing my mess a bit |
tree | commitdiff |
2007-01-14 |
Pepe Iborra | Add a header for GhciMonad.hs |
tree | commitdiff |
2007-01-12 |
Pepe Iborra | Remove a false assertion |
tree | commitdiff |
2007-01-11 |
Pepe Iborra | An object code module in ghci is not and cannot be... |
tree | commitdiff |
2007-01-11 |
Pepe Iborra | Comments only |
tree | commitdiff |
2007-01-11 |
Pepe Iborra | Added the new :breakpoint continue option |
tree | commitdiff |
2007-01-11 |
Pepe Iborra | :cd is a top level only command, that is, not allowed... |
tree | commitdiff |
2007-01-11 |
Pepe Iborra | Fix some text in the GHCi help message that was going... |
tree | commitdiff |
2007-01-11 |
Pepe Iborra | Comments only |
tree | commitdiff |
2007-01-09 |
Pepe Iborra | Unbreak usage of ASSERTM |
tree | commitdiff |
2007-01-08 |
Ian Lynagh | When setting stdout and stderr to NoBuffering in GHCi... |
tree | commitdiff |
2007-01-07 |
Pepe Iborra | Try to emulate the output of 'deriving Show' in the... |
tree | commitdiff |
2007-01-06 |
Pepe Iborra | More informative message in a breakpoint |
tree | commitdiff |
2007-01-06 |
Pepe Iborra | Reload modules after ':break stop' |
tree | commitdiff |
2007-01-05 |
Pepe Iborra | Remove a tracing statement, change a comment, and make... |
tree | commitdiff |
2007-01-05 |
Pepe Iborra | Improved an error message, giving a more concrete sugge... |
tree | commitdiff |
2007-01-05 |
Pepe Iborra | This patch fixes ticket #1083 in the ghci debugger |
tree | commitdiff |
2007-01-03 |
simonpj@microsoft.com | Change to Unix line-line-endings |
tree | commitdiff |
2007-01-03 |
simonpj@microsoft.com | Add newline at end |
tree | commitdiff |
2006-12-22 |
Ian Lynagh | Handle LongArg's in the FFI on x86 |
tree | commitdiff |
2006-12-21 |
Ian Lynagh | Allow a word-sized argument for STKCHECK |
tree | commitdiff |
2006-12-20 |
Pepe Iborra | Fix import lists |
tree | commitdiff |
2006-12-18 |
Pepe Iborra | Replace association list in AddressEnv for a FiniteMap |
tree | commitdiff |
2006-12-18 |
Pepe Iborra | Remove uses of Data.Traversable to fix stage1 on pre... |
tree | commitdiff |
2006-12-16 |
Ian Lynagh | Fix the build |
tree | commitdiff |
2006-12-11 |
Pepe Iborra | Toggle whether the RTS gets build with debugger support... |
tree | commitdiff |
2006-12-11 |
Pepe Iborra | Adjust code from manual merges |
tree | commitdiff |
2006-12-11 |
Pepe Iborra | Fix an issue with lazyness in the closure viewer |
tree | commitdiff |
2006-12-10 |
Pepe Iborra | Closure inspection in GHCi |
tree | commitdiff |
2006-12-10 |
Pepe Iborra | Dynamic breakpoints in GHCi |
tree | commitdiff |
2006-12-10 |
Pepe Iborra | Split the GHCi monad apart from InteractiveUI, together... |
tree | commitdiff |
2006-12-10 |
Pepe Iborra | Handle breakpoint jumps while splicing TH functions... |
tree | commitdiff |
2006-12-10 |
Pepe Iborra | Playing with closures |
tree | commitdiff |
2006-12-10 |
Pepe Iborra | Retrieving the datacon of an arbitrary closure |
tree | commitdiff |
2006-12-12 |
Simon Marlow | MERGE: Fix Windows DEP violations (bug #885) |
tree | commitdiff |
2006-12-09 |
Ian Lynagh | Use System.IO.stderr rather than IO.stderr in GHCi... |
tree | commitdiff |
2006-12-07 |
Simon Marlow | fix for #1013. |
tree | commitdiff |
2006-11-21 |
Lemmih | Remove the concept of stableRoots. |
tree | commitdiff |
2006-11-20 |
Ian Lynagh | Add ppr for the MKPAP case, and rearrange the other... |
tree | commitdiff |
2006-11-12 |
Ian Lynagh | Fix typo "comand" (trac #965) |
tree | commitdiff |
2006-11-07 |
simonpj@microsoft.com | Comment out deeply suspicious (and unused) function... |
tree | commitdiff |
2006-10-24 |
Ian Lynagh | Remove pre-5.04 code |
tree | commitdiff |
2006-10-11 |
basvandijk@home.nl | Fixed spelling error in compiler/ghci/InteractiveUI... |
tree | commitdiff |
2006-10-17 |
Simon Marlow | Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken... |
tree | commitdiff |
2006-10-12 |
Ian Lynagh | Partially fix GHCi when unregisterised |
tree | commitdiff |
2006-10-11 |
Simon Marlow | More import tidying and fixing the stage 2 build |
tree | commitdiff |
2006-09-29 |
Simon Marlow | :edit runs notepad by default on Windows |
tree | commitdiff |
2006-09-28 |
Simon Marlow | unbreak :edit patch on Windows |
tree | commitdiff |
2006-09-28 |
Simon Marlow | Add basic :edit support |
tree | commitdiff |
2006-09-28 |
Simon Marlow | only make stdin/stdout unbuffered in GHCi, not runghc... |
tree | commitdiff |
2006-09-23 |
audreyt@audreyt.org | In ByteCodeGen, correctly passthru AnnCast in all relev... |
tree | commitdiff |
2006-09-23 |
audreyt@audreyt.org | Add explicit eta-reduction to GHCI's schemeE such that... |
tree | commitdiff |
2006-09-22 |
audreyt@audreyt.org | Repair "ghci" under FC+AT by handling AnnCast in byteco... |
tree | commitdiff |
2006-09-21 |
Manuel M T Chakravarty | Fix Linker import when BREAKPOINT is off |
tree | commitdiff |
2006-08-04 |
Manuel M T Chakravarty | Massive patch for the first months work adding System... |
tree | commitdiff |
2006-09-19 |
Simon Marlow | Packages cleanup, and allow new packages to be loaded... |
tree | commitdiff |
2006-09-19 |
Simon Marlow | remove old comment |
tree | commitdiff |
2006-09-19 |
Simon Marlow | unused import |
tree | commitdiff |
2006-09-03 |
Ian Lynagh | Remove a tab causing ghci's :? alignment to go wrong |
tree | commitdiff |
2006-08-23 |
Simon Marlow | in the GHCi prompt, print ModuleNames not Modules |
tree | commitdiff |
next |