STRIDE 3.0.02xx: Difference between revisions
Line 54: | Line 54: | ||
== Runtime == | == Runtime == | ||
* Implemented two new macros srDOUBLE_GET and srDOUBLE_SET to support [[Function Doubles]] | * Implemented two new macros srDOUBLE_GET and srDOUBLE_SET to support [[Function Doubles]] | ||
* ''The following Runtime files have been modified | * ''The following Runtime files have been modified:'' | ||
sr.h | sr.h | ||
* ''The following Linux SDK files have been modified | * ''The following Linux SDK files have been modified:'' | ||
palIO.c | palIO.c | ||
palOS.s | palOS.s | ||
* ''The following WinMobile SDK files have been modified | * ''The following WinMobile SDK files have been modified:'' | ||
palcfg.h | palcfg.h | ||
palIO.c | palIO.c | ||
palOS.s | palOS.s | ||
* ''The following misc Runtime files have been modified | * ''The following misc Runtime files have been modified:'' | ||
grs.c | grs.c | ||
s2Slap.h | s2Slap.h |
Revision as of 00:21, 6 February 2009
Release Notes
This page documents the changes in STRIDE version 3.0.02xx (code name Beacon's).
Please review this information before upgrading from an earlier version.
Note that if you are upgrading from a previous installation you must uninstall your existing STRIDE before installing version 3.0.02xx. |
What's New
Based on customer feedback, in this release we have many key usability improvements and bug fixes.
Usability Improvements
Function Double
Now in the context of a Test Unit a dependent function call can intercepted and replaced with a user defined Function Double.
Acquiring the Software
You can download the latest release from the S2 Technologies ftp site: ftp://ftp.s2technologies.com
To run STRIDE you will need a license. If you are not yet a customer of S2 and would like to obtain an evaluation license, email S2 Sales or call our offices at 760-635-2345.
Installing the Software
To install STRIDE for the first time, or as an upgrade to an existing installation, please refer to Desktop Installation.
Note: if you are upgrading from a previous installation you must uninstall your existing STRIDE before installing version 3.0.02xx. |
If you are new to STRIDE, we recommend that you investigate the samples.
Change Details
- The syntax of scl_function and scl_func pragmas has been expanded with a set of new optional attributes that would allow specification of function interception.
Build Tools
- The options of s2sinstrument has been changed support handling of Function Doubles.
Runtime
- Implemented two new macros srDOUBLE_GET and srDOUBLE_SET to support Function Doubles
- The following Runtime files have been modified:
sr.h
- The following Linux SDK files have been modified:
palIO.c palOS.s
- The following WinMobile SDK files have been modified:
palcfg.h palIO.c palOS.s
- The following misc Runtime files have been modified:
grs.c s2Slap.h
Migration to 3.0.02xx
Recommended steps for migration from a previous version: