summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parse and use ghci nofib outputIan Lynagh2006-12-201-1/+3
* Add hook to fam inst consistency check to GHCi/--makeManuel M T Chakravarty2006-12-211-13/+26
* Fix import listsPepe Iborra2006-12-205-43/+31
* Deriving for indexed newtypesManuel M T Chakravarty2006-12-191-16/+47
* Fixed uninitialised FunBind fun_tick fieldManuel M T Chakravarty2006-12-191-2/+5
* Add HscTypes.hi-boot-6 so builds with older GHCs succeedIan Lynagh2006-12-191-0/+3
* Deriving for indexed data typesManuel M T Chakravarty2006-12-184-63/+185
* Don't overwrite old memory with 0xaa when doing a reallocIan Lynagh2006-12-181-4/+6
* Replace association list in AddressEnv for a FiniteMapPepe Iborra2006-12-182-17/+14
* Remove uses of Data.Traversable to fix stage1 on pre ghc-6.6 systemsPepe Iborra2006-12-184-9/+11
* Propagate the DEBUGGER flag to the Makefile for stage 2Pepe Iborra2006-12-171-1/+7
* Merge DynFlags changes2006-12-17Ian Lynagh2006-12-161-3/+4
* Fix an overlapping of uniques in PrelNamesPepe Iborra2006-12-161-4/+4
* Fix the buildIan Lynagh2006-12-162-2/+5
* Toggle whether the RTS gets build with debugger support for ghciPepe Iborra2006-12-119-12/+33
* Adjust code from manual mergesPepe Iborra2006-12-119-52/+57
* Fix an issue with lazyness in the closure viewerPepe Iborra2006-12-112-3/+8
* Closure inspection in GHCiPepe Iborra2006-12-104-2/+269
* Dynamic breakpoints in GHCiPepe Iborra2006-12-104-98/+500
* Split the GHCi monad apart from InteractiveUI, together with some related fun...Pepe Iborra2006-12-102-198/+221
* Add the debugger related modules to package.confPepe Iborra2006-12-101-0/+4
* Prevent breakpoint instrumentation of spliced codePepe Iborra2006-12-101-1/+2
* Capturing and keeping track of local bindins in the desugarerPepe Iborra2006-12-103-28/+59
* Handle breakpoint jumps while splicing TH functions in ghciPepe Iborra2006-12-102-0/+25
* Breakpoint code instrumentationPepe Iborra2006-12-1013-25/+166
* The breakpoint primitivePepe Iborra2006-12-105-111/+176
* GHCi debugger documentationPepe Iborra2006-12-102-2/+329
* Extend the GHC API with breakpoints and breakpoint handlersPepe Iborra2006-12-104-3/+112
* Playing with closuresPepe Iborra2006-12-105-13/+685
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-107-15/+184
* Two new prim ops to access the Info Table and Payload of a closure:Pepe Iborra2006-12-093-0/+62
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-1510-2/+64
* Free all tasks on exit, not just those on the task_free_listIan Lynagh2006-12-151-2/+3
* Give cap its correct type, rather than voidIan Lynagh2006-12-151-1/+1
* Put the task on the free list in workerTaskStopIan Lynagh2006-12-151-0/+5
* Free various things we allocateIan Lynagh2006-12-157-1/+25
* Updating rix output to new standard.andy@galois.com2006-12-144-6/+9
* update, and add some more build flavours (inc. dons's fast build)Simon Marlow2006-12-141-27/+72
* Rework the block allocatorSimon Marlow2006-12-143-211/+525
* fix wibble in memory leak error dumpSimon Marlow2006-12-141-1/+1
* Removing explicit Binary Tick Boxes; using Case instead.andy@galois.com2006-12-134-85/+9
* Add left-to-right impredicative instantiationsimonpj@microsoft.com2006-12-133-77/+136
* Removing unused argument to a printf.andy@galois.com2006-12-131-1/+1
* fixing obvious typo in darwin_HOST_OS code (currently does not compile).andy@galois.com2006-12-131-1/+1
* PowerPC NCG: support conditional branches outside +-32KBwolfgang.thaller@gmx.net2006-12-134-2/+76
* Fix allocation debugger to handle allocations in con/destructorsIan Lynagh2006-12-131-29/+64
* Don't free sched_mutex until freeTaskManager has finished with itSimon Marlow2006-12-122-12/+8
* Give a better panic if the allocation debugger is used uninitialisedIan Lynagh2006-12-131-0/+6
* Misc Hpc improvement to dynamic tracer outputandy@galois.com2006-12-135-55/+78
* Adding tracing supportandy@galois.com2006-12-0910-72/+151