PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPLineBreakpoint

All Superinterfaces:
IPBreakpoint
All Known Subinterfaces:
IPAddressBreakpoint, IPFunctionBreakpoint

public interface IPLineBreakpoint
extends IPBreakpoint

Represents a line breakpoint


Field Summary
static String ADDRESS
           
static String FUNCTION
           
 
Fields inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE
 
Method Summary
 String getAddress()
          Get the address associated with the breakpoint
 String getFileName()
          Get the file name
 String getFunction()
          Get the function
 void setAddress(String address)
          Set the breakpoint address
 void setFunction(String function)
          Set the breakpoint function
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessage
 

Field Detail

ADDRESS

static final String ADDRESS
See Also:
Constant Field Values

FUNCTION

static final String FUNCTION
See Also:
Constant Field Values
Method Detail

getAddress

String getAddress()
                  throws CoreException
Get the address associated with the breakpoint

Returns:
Throws:
CoreException

getFileName

String getFileName()
                   throws CoreException
Get the file name

Returns:
Throws:
CoreException

getFunction

String getFunction()
                   throws CoreException
Get the function

Returns:
Throws:
CoreException

setAddress

void setAddress(String address)
                throws CoreException
Set the breakpoint address

Parameters:
address -
Throws:
CoreException

setFunction

void setFunction(String function)
                 throws CoreException
Set the breakpoint function

Parameters:
function -
Throws:
CoreException

PTP
Release 7.0

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