ghc-debug-common
Safe HaskellNone
LanguageHaskell2010

GHC.Debug.Decode.Stack

Documentation

decodeStack Source #

Arguments

:: Monad m 
=> (RawClosure -> m StgInfoTableWithPtr)

How to decode the info table for the stack frame

-> (Word32 -> m PtrBitmap)

How to decode the bitmap for the stack frame at a given offset

-> RawStack 
-> m StackFrames