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 ... ]
Configuration settings sourced in xdc/rov/CallStack.xdc
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.
 
CallStack.clearRegisters()  // module-wide

Clear all register settings

Configuration settings
CallStack.clearRegisters() returns Void
 
 
CallStack.fetchRegisters()  // module-wide

Set a device register necessary for stack trace back analysis

Configuration settings
CallStack.fetchRegisters(String[] names) returns Void
 
 
CallStack.getRegister()  // module-wide

Set a device register necessary for stack trace back analysis

Configuration settings
CallStack.getRegister(String name) returns Long
 
 
CallStack.setRegister()  // module-wide

Set a device register necessary for stack trace back analysis

Configuration settings
CallStack.setRegister(String name, Long value) returns Void
 
 
CallStack.toText()  // module-wide

Create a string represenation of the call stack

Configuration settings
CallStack.toText() returns String
 
generated on Wed, 09 Aug 2017 16:38:11 GMT