<code_coverage>.lcov-output <code_coverage>.list-path-maps
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<code_coverage>.list-mappings

Synopsis

<code_coverage>.list-mappings [-sort-by-file] [-full-path]

Description

Lists all mappings collected for the code coverage object on the format:
<start address>-<end address>: <symbol file>

The returned value is a list with three elements per entry:
[[start address, end address, symbol file]*]

The end address is included in the mapping.

The -sort-by-file flag can be used to sort the output by symbol file, otherwise the list will be sorted by start address.

The -full-path flag specifies that the full path with directories should be included in the output, otherwise just the file name will be included.

Provided By

code-coverage
<code_coverage>.lcov-output <code_coverage>.list-path-maps