Sun Studio 12 Update 1: Debugging a Program With dbx

Syntax

mmapfile mmapped_file address offset length

View contents of memory mapped files missing from core dump.

where:

mmapped_file is the file name of a file that was memory mapped during a core dump.

address is the starting address of the address space of the process.

length is length in bytes of the address space to be viewed.

offset is the offset in bytes to the starting address in mmapped_file.