winIDEA SDK
iEclipse Namespace Reference

Description

This namespace contains methods, which are required for access to data required by Eclipse debugger.

Namespaces

namespace  NMemoryAreaProperties
 Property bits for Memory area information.
 

Classes

struct  ICallee
 This interface provides information about a callee - a function called from a certain point. More...
 
struct  ICaller
 This interface provides information about a caller - a function/address which calls a certain point/function. More...
 
struct  IConfiguration
 This interface provides info about program configuration. More...
 
struct  IConnectEclipse
 This interface is intended for iSYSTEM's implementation of Eclipse debugger. More...
 
struct  ICPUSFR
 This interface provides SFRs. More...
 
struct  IDisassemblyBlock
 This interface provides disassembly information. More...
 
struct  IDisassemblyLine
 This interface provides information about one disassembly line. More...
 
struct  IExpressionType
 This interface provides information about expressions. More...
 
struct  IFunction
 This interface provides information about a function. More...
 
struct  IGlobals
 This interface provides information about global members of a program. More...
 
struct  IInstruction
 This interface provides information about an instruction. More...
 
struct  IMacro
 This interface provides information about a Macro. More...
 
struct  IModule
 This interface provides information about a module. More...
 
struct  IPartition
 This interface provides information about partition. More...
 
struct  ISFR
 This interface provides information about SFR. More...
 
struct  ISFRValueMap
 This interface provides value of a SFR. More...
 
struct  IStackFrame
 This interface provides information about a stack frame. More...
 
struct  IStackFrameInfo
 This interface provides access to stack frames. More...
 
struct  IType
 This interface provides information about a type. More...
 
struct  ITypedef
 This interface provides information about a typedef. More...
 
struct  IVariable
 This interface provides information about a program variable. More...
 
struct  SInfo
 This struct contains general target info. More...
 
struct  SRegisterInfo
 This structure contains information about register. More...
 

Typedefs

typedef IVector< IDisassemblyLineIDisassemblyLines
 List of diassembly lines.
 
typedef IVector< IVariableIVariables
 Vector of variables.
 
typedef IVector< ICalleeICallees
 Vector of callees.
 
typedef IVector< ICallerICallers
 Vector of callers.
 
typedef IVector< IFunctionIFunctions
 Vector of functions.
 
typedef IVector< ITypeITypes
 Vector of types.
 
typedef IVector< ITypedefITypedefs
 Vector of typedefs.
 
typedef IVector< IMacroIMacros
 Vector of Macros.
 
typedef IVector< IInstructionIInstructions
 Vector of instructions .
 
typedef IVector< IStackFrameIStackFrames
 Vector of stack frames.
 
typedef IVector< IModuleIModules
 Vector of modules (source files, which generate code).
 
typedef IVector< IPartitionIPartitions
 Vector of partitions (download files).
 
typedef IVector< ISFRValueMapISFRValueMaps
 Vector of SFRs.
 
typedef IVector< ISFRISFRs
 Vector of SFRs.