<code_coverage>.add-source-info <code_coverage>.clear-path-maps
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<code_coverage>.add-source-only-info

Synopsis

<code_coverage>.add-source-only-info [-remove-old]

Description

Adds source info without need for disassembly and functions.

The -remove-old flag will remove any existing source info data before adding new. Without this flag source info data will only be added if it has previously not been added.

Data under the 'info' field in the raw report will always be removed when this command is run. This includes data collected from added with add-source-info and disassemble commands. Only one type of analyzer information can be present at once.

Provided By

code-coverage

See Also

<code_coverage>.add-source-info, <code_coverage>.remove-analyzer-info
<code_coverage>.add-source-info <code_coverage>.clear-path-maps