Rational Purify 4.5 IRIX6



Contents



Changes



New in This Release

New In Purify 4.1

Miscellaneous

Supported systems



Operating system and Hardware

Compilers

Purify has been tested with the following compilers:

Debuggers

See the "Restrictions and Known Issues" section for more details.

Threads

Purify supports these threads packages:



Restrictions and Known Issues



User Interface

Compilers

Purify'ing X Applications

Debuggers

Threads

Unsupported Features

Misleading Error Messages

Purify Swap Usage

How do I use the API functions?

There are stubs for the Purify API functions in the files libpurify_stubs.so and libpurify_stubs.a. For the N32 ABI, the files are libpurify_stubs_n32.so and purify_stubs_n32.a. You use the .so during development, and the .a for shipping your product. If you link with the .a file, the Purify API functions will be stubbed out even if you subsequently Purify your program.

Manual Examples

The examples in Chapter 12 of the manual are intended to help the user understand the circumstances that would cause Purify to report what it reports. At least one example does not apply to Purify on IRIX.