Bug 403526

Summary: Add Support in ROV threads to use DSS packages for stack backtrace feature
Product: [Technology] RTSC (ARCHIVED) Reporter: Alan DeMars <ademars>
Component: RtaAssignee: Dave Russo <d-russo>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: dfriedland, sascha
Version: unspecifiedKeywords: readme
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: target:3.25.01
Attachments:
Description Flags
Task module CallStacks ROV view none

Description Alan DeMars CLA 2013-03-15 18:07:11 EDT
Need to use these packages within an ROV view thread:

importPackage(Packages.com.ti.debug.engine.scripting)
importPackage(Packages.com.ti.ccstudio.scripting.environment)
importPackage(java.io);
importPackage(java.lang);
Comment 1 Dave Russo CLA 2013-05-11 16:30:41 EDT
fixed in xdctools 3.25.01.54 by adding explicit callstack APIs that are independent of CCS (i.e., admit alternative implementations in either XDCscript or Java)
Comment 2 Alan DeMars CLA 2013-06-06 13:04:59 EDT
Verify Pass

Using xdc tools 3.25.01.54 and SYS/BIOS 6.35.02.41, I can confirm that the callstack APIs are performing as expected in order to support the new Task module CallStacks ROV view as well as several Exception handling modules' CallStack ROV views.

Attached is an example snapshot of the Task module CallStack ROV view.
Comment 3 Alan DeMars CLA 2013-06-06 13:06:58 EDT
Created attachment 232056 [details]
Task module CallStacks ROV view