PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIInstruction

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIInstruction
extends IPDISessionObject

Represents a machine instruction.


Method Summary
 BigInteger getAdress()
          Returns the Address.
 String getArgs()
          Returns any arguments to the argument
 String getFuntionName()
          Returns the function name
 String getInstruction()
          Returns the instruction
 long getOffset()
          Returns the instruction's offset.
 String getOpcode()
          Returns the opcode
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getAdress

BigInteger getAdress()
Returns the Address.

Returns:
the address.

getFuntionName

String getFuntionName()
Returns the function name

Returns:
the function name.

getInstruction

String getInstruction()
Returns the instruction

Returns:
the instruction.

getOpcode

String getOpcode()
Returns the opcode

Returns:
the opcode

getArgs

String getArgs()
Returns any arguments to the argument

Returns:
any arguments to the argument

getOffset

long getOffset()
Returns the instruction's offset.

Returns:
the offset of this machine instruction

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.