Skip to content

RtsAPI: pause and resume the RTS

David Eichmann requested to merge wip/ghc-debug_pause_and_resume into master

This is the first step in adding GHC support for ghc-debug. This simply exposes rts_pause and rts_resume in the RTS API.

Edited by David Eichmann

Merge request reports