Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

Please tell us how to improve our documentation:


0 of 500

0 of 500



0 of 500
Thank you for your feedback! If you want to participate in content improvement and share additional information, please click Feedback button.
Rate this document:

Runtime Checking Requirements

    To use runtime checking, you must fulfill the following requirements:

  • Dynamic linking with libc.

  • Use of the standard libc malloc, free, and realloc functions or allocators based on those functions. Runtime checking provides an application programming interface (API) to handle other allocators. See Runtime Checking Application Programming Interface.

  • Programs that are not fully stripped; programs stripped with strip -x are acceptable.

For information about the limitations of runtime checking, see Runtime Checking Limitations.