Package frysk.solib

This package provides mechanisms for constructing and tracking link-map and memory-maps from the link-map table found in a processes memory.

See:
          Description

Class Summary
DynamicSegment Extract from a core file all the information needed to construct and maintain a corefile Host, Proc, and Task.
LinkMap  
LinkMapFactory Extract from a core file all the information needed to construct and maintain a corefile Host, Proc, and Task.
MemoryMapFactory  
MemoryMapFactory.BuildSOMaps  
SOLibMapBuilder Build a list of maps from the contents of the file specified file.
 

Package frysk.solib Description

This package provides mechanisms for constructing and tracking link-map and memory-maps from the link-map table found in a processes memory.

Overview

A process contains a link-map table that describes the currently mapped shared-objects. This package provides mechanisms for both reading and tracking changes to that table.