bgamari / ghc-debug

Moved to Haskell.org GitLab.
https://gitlab.haskell.org/ghc/ghc-debug
62 stars 10 forks source link

Generalise the logic to work with more configurations (eg profilng) #16

Open mpickering opened 5 years ago

mpickering commented 5 years ago

There are numerous things which won't work at the moment if you have something like profiling turned on which changes the heap layout.

We need to read this information from the debuggee so we can interpret the closures correctly.