license list-attributes
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

list

Synopsis

list [-s|-d] [address|"location"] [maxlines]

Description

List the source code corresponding to a given address, function or line. The location can be specified as line or file:line (list from that line); function or file:function (list that function); or address (list from that address).

At most maxlines lines of source or asm are printed. -s produces source intermixed with disassembly, and -d disassembly only.

Provided By

Simics Core

See Also

disassemble, sym-source, sym-value
license list-attributes