Bug 403526 - Add Support in ROV threads to use DSS packages for stack backtrace feature
Summary: Add Support in ROV threads to use DSS packages for stack backtrace feature
Status: CLOSED FIXED
Alias: None
Product: RTSC (ARCHIVED)
Classification: Technology
Component: Rta (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Dave Russo CLA
QA Contact:
URL:
Whiteboard: target:3.25.01
Keywords: readme
Depends on:
Blocks:
 
Reported: 2013-03-15 18:07 EDT by Alan DeMars CLA
Modified: 2013-06-25 15:11 EDT (History)
2 users (show)

See Also:


Attachments
Task module CallStacks ROV view (176.69 KB, image/jpeg)
2013-06-06 13:06 EDT, Alan DeMars CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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