Package frysk.dwfl

This package provides Dwfl objects for FRYSK's process model.

See:
          Description

Class Summary
DwflCache Cache of most-recently opened Dwfl-s.
DwflCache.Mod  
DwflFactory Factory for creating Dwfl objects for Procs and Tasks.
ElfSectionCache Class to provide and cache requested ElfSectionHeaders based on name.
ObjectFile What ltrace needs to know about each loaded executable or shared library.
TestDwfl  
TestDwflCache Tries to test the dwfl cache (which isn't easy since the cache can drop things on the floor at any moment).
TestElfSectionCache  
 

Package frysk.dwfl Description

This package provides Dwfl objects for FRYSK's process model.

Overview

This package, along with lib.dwfl provides Dwfl objects for a FRYSK Proc or Task. Dwfl objects wrap the elfutils libdwfl library and are used to get the debug information of a process.