frysk.dwfl
Class DwflFactory

java.lang.Object
  extended by frysk.dwfl.DwflFactory

public class DwflFactory
extends Object

Factory for creating Dwfl objects for Procs and Tasks.


Constructor Summary
DwflFactory()
           
 
Method Summary
static boolean isVDSO(Proc proc, MemoryMap map)
          Check whether a given MemoryMap from a Proc refers to the vdso section.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DwflFactory

public DwflFactory()
Method Detail

isVDSO

public static boolean isVDSO(Proc proc,
                             MemoryMap map)
Check whether a given MemoryMap from a Proc refers to the vdso section.

Parameters:
proc - the Proc the map refers to.
map - the Map to check.
Returns:
true if map is not null and refers to the vdso section.