KCML_Debug_GetReturnStackEx

Purpose

Get return stack

Definition

DEFSUB 'KCML_Debug_GetReturnStackEx(Pool) AS PtrGeneric

Parameters

PoolPool to allocate the result onto

Return

A PTR to an array of return stack entries, allocated onto the given pool

Description

Get the return stack into a new array of KCML_Debug_ReturnStackEntry, most recent stack entry first.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.