Chapter 7 Procedure Invocations and Call Chains
Mechanisms for each of the following three functions are needed to support procedure call tracing:
- Mechanism to refer to a given procedure invocation
- Mechanism to provide the context of a procedure invocation
- Mechanism to traverse (walk) the procedure call chain
This chapter describes the data structures and procedures that support these functions.