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

<code_coverage>.add-report

Synopsis

<code_coverage>.add-report input [-ignore-addresses]

Description

Load a raw code coverage report specified by the input argument and merge it into the current code coverage state.

If the -ignore-addresses flag is given, memory maps will be combined if the only difference are their loaded addresses (and relocation). Since disassembly will differ for the two mappings (jump addresses etc), the disassembly information will only be kept for the existing mapping.

Provided By

code-coverage

See Also

<code_coverage>.combine-mappings
<code_coverage>.add-path-map <code_coverage>.add-source-info