ghc-debug-common-0.1.0.0: Connect to a socket created by ghc-debug-stub and analyse the heap of the debuggee program.
Safe HaskellSafe-Inferred
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