metaonly module xdc.rov.CallStack |
 |
 |
 |
Provide call stack support to module ROV views
This module provides methods that enable module ROV views
to specify current CPU registers and get the corresponding
stack traceback for the current executable.
[
more ... ]
var CallStack = xdc.useModule('xdc.rov.CallStack');
module-wide functions
DETAILS
This module provides methods that enable module ROV views
to specify current CPU registers and get the corresponding
stack traceback for the current executable.
While the methods of this module are currently
similar to the ICallStack interface, it is important to
note that this module does not have instance methods; the
ICallStack interface defines an interface for instance
objects that enable the implementation of this module.
This module uses the
xdc.rov.ICallStack instance
provided by
xdc.rov.Model.
generated on Fri, 22 Feb 2019 01:33:20 GMT