Skip to content
Snippets Groups Projects
Commit 7b6e1e53 authored by Sven Tennie's avatar Sven Tennie :smiley_cat: Committed by Marge Bot
Browse files

Publish stack related fields in DerivedConstants.h

These will be used in ghc-heap to decode these parts of the stack.
parent 0131bb7f
No related branches found
No related tags found
No related merge requests found
......@@ -476,6 +476,7 @@ wanteds os = concat
,closureFieldOffset Both "StgStack" "stack"
,closureField C "StgStack" "stack_size"
,closureField C "StgStack" "dirty"
,closureField C "StgStack" "marking"
,structSize C "StgTSOProfInfo"
......@@ -485,6 +486,11 @@ wanteds os = concat
,closureField C "StgCatchFrame" "handler"
,closureField C "StgCatchFrame" "exceptions_blocked"
,structSize C "StgRetFun"
,fieldOffset C "StgRetFun" "size"
,fieldOffset C "StgRetFun" "fun"
,fieldOffset C "StgRetFun" "payload"
,closureSize C "StgPAP"
,closureField C "StgPAP" "n_args"
,closureFieldGcptr C "StgPAP" "fun"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment