Skip to content

Add support for serving ghc-debug requests from a linux coredump

Zubin requested to merge wip/coredump into master

Introduces a python script that can interpret the memory of a Haskell process using just debug symbols. This allows you to start a ghc-debug server from a linux core dump.

Introduces the ghc-debug-dumpcore utility to make this more convenient.

Merge request reports