Home
last modified time | relevance | path

Searched refs:getVariableAndFunctionName (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/breakpoints/
H A DPDABreakpointAdapter.java103 String[] variableAndFunctionName = getVariableAndFunctionName(part, selection); in toggleWatchpoints()
116 return getVariableAndFunctionName(part, selection) != null; in canToggleWatchpoints()
149 protected String[] getVariableAndFunctionName(IWorkbenchPart part, ISelection selection) { in getVariableAndFunctionName() method in PDABreakpointAdapter
H A DPDAToggleWatchpointsTarget.java68 String[] variableAndFunctionName = getVariableAndFunctionName(part, selection); in toggleWatchpoints()