bgamari / ghc-debug

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

AP_STACK ignores stack contents #12

Open bgamari opened 5 years ago

bgamari commented 5 years ago

We will miss many pointers due to the fact that heap_view_closurePtrs considers a AP_STACK closures to have only a single pointer to the applied function.

mpickering commented 5 years ago

GHC issue - https://gitlab.haskell.org/ghc/ghc/issues/15375

mpickering commented 5 years ago

We have everything we need now to decode such information in ghc-debug I think.