Currently, the stackframes do not contain the information to which RexxActivation (“invocation”) they relate to. As a result, a caller stack frame cannot be consulted to learn which invocation created the called invocation. This is vital information in case one creates a tracelog and wishes to analyze exactly the flow of control post-mortem using a tracelog. Therefore, I would like to add that information to stackframes using the name “invocation” storing the value of RexxActivation::getIdntfr() and adjust RexxActivation::createStackFrame() and the StackFrameClass accordingly. Would there be something else that one needs to pay attention to?

---rony
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to