winIDEA SDK
Eclipse

Description

This group contains classes, which provide access to functionality required to implement a iSYSTEM Debug plug-in for Eclipse.

Most data is available from standard isystem.connect, while more advanced features are available in this group.

The main two classes in this group are IConnectEclipse for C++ and isys::CDataController2 for other languages. All other objects with interfaces and data can be obtained by calling methods of these two classes.

Namespaces

namespace  iEclipse::NMemoryAreaProperties
 Property bits for Memory area information.
 

Classes

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