Add support for serving ghc-debug requests from a linux coredump
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.