blob: afac6e0d6bd127a7b028d3d7a3640db878834055 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.5) on Tue Jan 21 20:13:53 EST 2020 -->
<title>org.eclipse.ptp.debug.core.model (PTP API Specification)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="dc.created" content="2020-01-21">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.eclipse.ptp.debug.core.model (PTP API Specification)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>PTP</b><br>Release 7.0</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.eclipse.ptp.debug.core.model</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IEnableDisableTarget.html" title="interface in org.eclipse.ptp.debug.core.model">IEnableDisableTarget</a></th>
<td class="colLast">
<div class="block">Interface to determin enable/disable state of target</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IExecFileInfo.html" title="interface in org.eclipse.ptp.debug.core.model">IExecFileInfo</a></th>
<td class="colLast">
<div class="block">Interface for obtaining executable file information</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IFormatSupport.html" title="interface in org.eclipse.ptp.debug.core.model">IFormatSupport</a></th>
<td class="colLast">
<div class="block">Interface for obtaining variable formatting information</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IJumpToAddress.html" title="interface in org.eclipse.ptp.debug.core.model">IJumpToAddress</a></th>
<td class="colLast">
<div class="block">Provides the ability to resume a debug target at the given address</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IJumpToLine.html" title="interface in org.eclipse.ptp.debug.core.model">IJumpToLine</a></th>
<td class="colLast">
<div class="block">Provides the ability to resume a debug target at the given line</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPAddressBreakpoint.html" title="interface in org.eclipse.ptp.debug.core.model">IPAddressBreakpoint</a></th>
<td class="colLast">
<div class="block">Address breakpoint</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPAIF.html" title="interface in org.eclipse.ptp.debug.core.model">IPAIF</a></th>
<td class="colLast">
<div class="block">AIF formatted value</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPBreakpoint.html" title="interface in org.eclipse.ptp.debug.core.model">IPBreakpoint</a></th>
<td class="colLast">
<div class="block">Base interface for breakpoint implementations</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPDebugElement.html" title="interface in org.eclipse.ptp.debug.core.model">IPDebugElement</a></th>
<td class="colLast">
<div class="block">Represents an artifact in the program being debugged.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPDebugElementStatus.html" title="interface in org.eclipse.ptp.debug.core.model">IPDebugElementStatus</a></th>
<td class="colLast">
<div class="block">Represents the status of a debug element</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPDebugTarget.html" title="interface in org.eclipse.ptp.debug.core.model">IPDebugTarget</a></th>
<td class="colLast">
<div class="block">Represents a debuggable execution context</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPDummyStackFrame.html" title="interface in org.eclipse.ptp.debug.core.model">IPDummyStackFrame</a></th>
<td class="colLast">
<div class="block">Represents a dummy stack frame</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPFunctionBreakpoint.html" title="interface in org.eclipse.ptp.debug.core.model">IPFunctionBreakpoint</a></th>
<td class="colLast">
<div class="block">Represents a function breakpoint</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPGlobalVariable.html" title="interface in org.eclipse.ptp.debug.core.model">IPGlobalVariable</a></th>
<td class="colLast">
<div class="block">Represents a global variable</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPGlobalVariableDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPGlobalVariableDescriptor</a></th>
<td class="colLast">
<div class="block">Additional information associated with a variable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPLineBreakpoint.html" title="interface in org.eclipse.ptp.debug.core.model">IPLineBreakpoint</a></th>
<td class="colLast">
<div class="block">Represents a line breakpoint</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPLocationSet.html" title="interface in org.eclipse.ptp.debug.core.model">IPLocationSet</a></th>
<td class="colLast">
<div class="block">A location set is used to provide information about a location (e.g. a breakpoint location)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPModule.html" title="interface in org.eclipse.ptp.debug.core.model">IPModule</a></th>
<td class="colLast">
<div class="block">Represents a module</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPPersistableRegisterGroup.html" title="interface in org.eclipse.ptp.debug.core.model">IPPersistableRegisterGroup</a></th>
<td class="colLast">
<div class="block">Represents a register group that can be persisted</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPRegister.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegister</a></th>
<td class="colLast">
<div class="block">Represents a register</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPRegisterDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegisterDescriptor</a></th>
<td class="colLast">
<div class="block">Additional information associated with a register</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPSignal.html" title="interface in org.eclipse.ptp.debug.core.model">IPSignal</a></th>
<td class="colLast">
<div class="block">Represents a debugger signal handler</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPStackFrame.html" title="interface in org.eclipse.ptp.debug.core.model">IPStackFrame</a></th>
<td class="colLast">
<div class="block">Represents a stack frame</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPThread.html" title="interface in org.eclipse.ptp.debug.core.model">IPThread</a></th>
<td class="colLast">
<div class="block">Represents a target thread</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPValue.html" title="interface in org.eclipse.ptp.debug.core.model">IPValue</a></th>
<td class="colLast">
<div class="block">Represents the value of a target variable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IPVariable.html" title="interface in org.eclipse.ptp.debug.core.model">IPVariable</a></th>
<td class="colLast">
<div class="block">Represents a variable in the target</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IPWatchpoint.html" title="interface in org.eclipse.ptp.debug.core.model">IPWatchpoint</a></th>
<td class="colLast">
<div class="block">Represents a watchpoint (expression breakpoint)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IRestart.html" title="interface in org.eclipse.ptp.debug.core.model">IRestart</a></th>
<td class="colLast">
<div class="block">Restart interface for a debugger element</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IResumeWithoutSignal.html" title="interface in org.eclipse.ptp.debug.core.model">IResumeWithoutSignal</a></th>
<td class="colLast">
<div class="block">Provides the ability to resume execution without giving a signal.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IRunToAddress.html" title="interface in org.eclipse.ptp.debug.core.model">IRunToAddress</a></th>
<td class="colLast">
<div class="block">Provides the ability to run a debug target to the given address</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IRunToLine.html" title="interface in org.eclipse.ptp.debug.core.model">IRunToLine</a></th>
<td class="colLast">
<div class="block">Provides the ability to run a debug target to the given line.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ISteppingModeTarget.html" title="interface in org.eclipse.ptp.debug.core.model">ISteppingModeTarget</a></th>
<td class="colLast">
<div class="block">Support for the instruction stepping mode for a debug target.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ITargetProperties.html" title="interface in org.eclipse.ptp.debug.core.model">ITargetProperties</a></th>
<td class="colLast">
<div class="block">Interface for managing target properties</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PDebugElementState.html" title="class in org.eclipse.ptp.debug.core.model">PDebugElementState</a></th>
<td class="colLast">
<div class="block">Debug element states</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PVariableFormat.html" title="class in org.eclipse.ptp.debug.core.model">PVariableFormat</a></th>
<td class="colLast">
<div class="block">Variable formats</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>PTP</b><br>Release 7.0</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.</small></p>
</footer>
</body>
</html>