summaryrefslogtreecommitdiff
path: root/rts/Interpreter.c
Commit message (Expand)AuthorAgeFilesLines
* GHCi debugger: new flag -fbreak-on-exceptionSimon Marlow2007-05-151-23/+16
* Use a primop for getting the fields of the AP_STACK rather than an FFI callSimon Marlow2007-05-031-19/+0
* tidyup comments and fix a few warningsSimon Marlow2007-04-301-33/+42
* Re-working of the breakpoint supportSimon Marlow2007-04-171-4/+127
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-5/+2
* Remove ' in cpp errorIan Lynagh2006-12-221-1/+1
* Allow a word-sized argument for STKCHECKIan Lynagh2006-12-211-2/+19
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+1
* If we get an unknown or unimplemented opcode, say what it isIan Lynagh2006-09-071-1/+2
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-2/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1261