summaryrefslogtreecommitdiff
path: root/libraries/ghci/GHCi/Run.hs
Commit message (Expand)AuthorAgeFilesLines
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-4/+4
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-281-3/+3
* Initialize the allocation counter in GHCi to 0 (Fixes #16012)Roland Senn2020-06-101-2/+2
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-261-2/+2
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-291-1/+33
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-071-0/+4
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-181-0/+1
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-1/+6
* Comment improvements on interpreter breakpoint IO actionÖmer Sinan Ağacan2018-03-131-1/+6
* ByteCodeGen: use depth instead of offsets in BCEnvMichal Terepeta2017-07-111-3/+1
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-0/+2
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-13/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+13
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-13/+0
* Add option to not retain CAFs to the linker APISimon Marlow2016-10-181-1/+1
* Tag pointers in interpreted constructorsmniip2016-08-301-2/+2
* Remote GHCi: comments onlySimon Marlow2016-06-241-1/+4
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-021-1/+3
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-021-0/+8
* Remote GHCi: create cost centre stacks in batchesSimon Marlow2016-01-271-8/+11
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-131-1/+15
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-35/+42
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-3/+23
* GHCi.Run: Remove redundant language pragmaBen Gamari2015-12-181-2/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-0/+308