In this release:
The following compilers were added in this release:
The following compiler acronyms were added in this release:
The following option was added:
--force-callback
: Compiles and links the callback/send data file into the program, even if a sendData call wasn't necessary.
The following options were added:
--blacklist
(-b
, --excluded-function-file
): Specifies a file that contains a list of functions to be excluded from instrumentation in the current translation unit.--list-modules
(-l
): Prints the available inference modules.--output-file
(-o
): Specifies the output file.--whitelist
(-w
, --included-function-file
): Specifies a file that contains a list of functions to be included for instrumentation in the current translation unit. --debug
(-X
): Print debug logging information.The following option was added:
--suppress-superfluous-assembly
: Prevents assembly used for interleaving from printing, which is intended to improve report readability.