Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

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.