Dyninst::ProcessReader Class Reference

#include <ProcReader.h>

Inheritance diagram for Dyninst::ProcessReader:
Dyninst::ProcessReaderProc ProcessReaderPtrace ProcessReaderPtrace ProcessReaderSelf

Public Member Functions

virtual bool start ()=0
virtual bool isAsync ()
virtual bool ReadMem (Address addr, void *buffer, unsigned size)=0
virtual bool GetReg (MachRegister reg, MachRegisterVal &val)=0
virtual bool done ()=0
virtual ~ProcessReader ()

Detailed Description

Definition at line 39 of file ProcReader.h.


Constructor & Destructor Documentation

virtual Dyninst::ProcessReader::~ProcessReader (  )  [inline, virtual]

Definition at line 46 of file ProcReader.h.


Member Function Documentation

virtual bool Dyninst::ProcessReader::done (  )  [pure virtual]
virtual bool Dyninst::ProcessReader::GetReg ( MachRegister  reg,
MachRegisterVal val 
) [pure virtual]
virtual bool Dyninst::ProcessReader::isAsync (  )  [inline, virtual]

Definition at line 42 of file ProcReader.h.

virtual bool Dyninst::ProcessReader::ReadMem ( Address  addr,
void *  buffer,
unsigned  size 
) [pure virtual]
virtual bool Dyninst::ProcessReader::start (  )  [pure virtual]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1