Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ASMDEV and version 2020.1

In this release:

Table of Contents
maxLevel1

Compiler Support

The following compilers were added in this release:

...

  • --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 gnu_x86_32_switch_tracking inference module has been changed to the switch_tracking inference module. 

Asmreporter

The following option was added:

--suppress-superfluous-assembly: Prevents assembly used for interleaving from printing, which is intended to improve report readability.

PRs and FRs

The following PRs and FRs were resolved in this release:

IDDescription
ASM-388Switch tracking is reporting not covered for blocks out of scope
ASM-389x86_32_gcc broken on NEXT_ASM_MASTER
ASM-390User locked licenses are not accepted
ASM-404Reintegrate GHS implementation
ASM-408GNU LD Support