blob: a1ad5740b3cbf3279f07468bc13a3dcd99b95c75 [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>IPDebugTarget (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="IPDebugTarget (PTP API Specification)";
}
}
catch(err) {
}
//-->
var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IPDebugTarget.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.ptp.debug.core.model</a></div>
<h2 title="Interface IPDebugTarget" class="title">Interface IPDebugTarget</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code>org.eclipse.core.runtime.IAdaptable</code>, <code>org.eclipse.debug.core.IBreakpointListener</code>, <code>org.eclipse.debug.core.model.IDebugElement</code>, <code>org.eclipse.debug.core.model.IDebugTarget</code>, <code>org.eclipse.debug.core.model.IDisconnect</code>, <code><a href="IExecFileInfo.html" title="interface in org.eclipse.ptp.debug.core.model">IExecFileInfo</a></code>, <code>org.eclipse.debug.core.model.IMemoryBlockRetrieval</code>, <code><a href="IPDebugElement.html" title="interface in org.eclipse.ptp.debug.core.model">IPDebugElement</a></code>, <code><a href="IRestart.html" title="interface in org.eclipse.ptp.debug.core.model">IRestart</a></code>, <code><a href="IResumeWithoutSignal.html" title="interface in org.eclipse.ptp.debug.core.model">IResumeWithoutSignal</a></code>, <code><a href="ISteppingModeTarget.html" title="interface in org.eclipse.ptp.debug.core.model">ISteppingModeTarget</a></code>, <code>org.eclipse.debug.core.model.ISuspendResume</code>, <code><a href="ITargetProperties.html" title="interface in org.eclipse.ptp.debug.core.model">ITargetProperties</a></code>, <code>org.eclipse.debug.core.model.ITerminate</code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">IPDebugTarget</span>
extends org.eclipse.debug.core.model.IDebugTarget, <a href="IExecFileInfo.html" title="interface in org.eclipse.ptp.debug.core.model">IExecFileInfo</a>, <a href="IRestart.html" title="interface in org.eclipse.ptp.debug.core.model">IRestart</a>, <a href="IResumeWithoutSignal.html" title="interface in org.eclipse.ptp.debug.core.model">IResumeWithoutSignal</a>, <a href="IPDebugElement.html" title="interface in org.eclipse.ptp.debug.core.model">IPDebugElement</a>, <a href="ITargetProperties.html" title="interface in org.eclipse.ptp.debug.core.model">ITargetProperties</a>, <a href="ISteppingModeTarget.html" title="interface in org.eclipse.ptp.debug.core.model">ISteppingModeTarget</a></pre>
<div class="block">Represents a debuggable execution context</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.ptp.debug.core.model.ITargetProperties">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.eclipse.ptp.debug.core.model.<a href="ITargetProperties.html" title="interface in org.eclipse.ptp.debug.core.model">ITargetProperties</a></h3>
<code><a href="ITargetProperties.html#PREF_INSTRUCTION_STEPPING_MODE">PREF_INSTRUCTION_STEPPING_MODE</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addRegisterGroup(java.lang.String,org.eclipse.ptp.debug.core.model.IPRegisterDescriptor%5B%5D)">addRegisterGroup</a></span>&#8203;(java.lang.String&nbsp;name,
<a href="IPRegisterDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegisterDescriptor</a>[]&nbsp;descriptors)</code></th>
<td class="colLast">
<div class="block">Add a register group</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="IPGlobalVariable.html" title="interface in org.eclipse.ptp.debug.core.model">IPGlobalVariable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createGlobalVariable(org.eclipse.ptp.debug.core.model.IPGlobalVariableDescriptor)">createGlobalVariable</a></span>&#8203;(<a href="IPGlobalVariableDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPGlobalVariableDescriptor</a>&nbsp;globalVariableDescriptor)</code></th>
<td class="colLast">
<div class="block">Create a global variable</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dispose()">dispose</a></span>()</code></th>
<td class="colLast">
<div class="block">Dispose of any resources</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#fireChangeEvent(int)">fireChangeEvent</a></span>&#8203;(int&nbsp;content)</code></th>
<td class="colLast">
<div class="block">Fire debugger change event</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.math.BigInteger</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getBreakpointAddress(org.eclipse.ptp.debug.core.model.IPLineBreakpoint)">getBreakpointAddress</a></span>&#8203;(<a href="IPLineBreakpoint.html" title="interface in org.eclipse.ptp.debug.core.model">IPLineBreakpoint</a>&nbsp;breakpoint)</code></th>
<td class="colLast">
<div class="block">Get the breakpoint address</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../pdi/model/IPDITarget.html" title="interface in org.eclipse.ptp.debug.core.pdi.model">IPDITarget</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPDITarget()">getPDITarget</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the PDI debug target</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="IPRegisterDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegisterDescriptor</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRegisterDescriptors()">getRegisterDescriptors</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the register descriptors</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="IPSignal.html" title="interface in org.eclipse.ptp.debug.core.model">IPSignal</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSignals()">getSignals</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the debugger signal handlers</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../TaskSet.html" title="class in org.eclipse.ptp.debug.core">TaskSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTasks()">getTasks</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the tasks for this target</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasSignals()">hasSignals</a></span>()</code></th>
<td class="colLast">
<div class="block">Check if this target has signal handlers</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isLittleEndian()">isLittleEndian</a></span>()</code></th>
<td class="colLast">
<div class="block">Check if the target is little endian</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isPostMortem()">isPostMortem</a></span>()</code></th>
<td class="colLast">
<div class="block">Check if this is post mortem</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#modifyRegisterGroup(org.eclipse.ptp.debug.core.model.IPPersistableRegisterGroup,org.eclipse.ptp.debug.core.model.IPRegisterDescriptor%5B%5D)">modifyRegisterGroup</a></span>&#8203;(<a href="IPPersistableRegisterGroup.html" title="interface in org.eclipse.ptp.debug.core.model">IPPersistableRegisterGroup</a>&nbsp;group,
<a href="IPRegisterDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegisterDescriptor</a>[]&nbsp;descriptors)</code></th>
<td class="colLast">
<div class="block">Modify the register group</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeRegisterGroups(org.eclipse.debug.core.model.IRegisterGroup%5B%5D)">removeRegisterGroups</a></span>&#8203;(org.eclipse.debug.core.model.IRegisterGroup[]&nbsp;groups)</code></th>
<td class="colLast">
<div class="block">Remove register groups</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#restoreDefaultRegisterGroups()">restoreDefaultRegisterGroups</a></span>()</code></th>
<td class="colLast">
<div class="block">Restore default register groups</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.core.runtime.IAdaptable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.core.runtime.IAdaptable</h3>
<code>getAdapter</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.debug.core.IBreakpointListener">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.debug.core.IBreakpointListener</h3>
<code>breakpointAdded, breakpointChanged, breakpointRemoved</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.debug.core.model.IDebugElement">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.debug.core.model.IDebugElement</h3>
<code>getDebugTarget, getLaunch, getModelIdentifier</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.debug.core.model.IDebugTarget">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.debug.core.model.IDebugTarget</h3>
<code>getName, getProcess, getThreads, hasThreads, supportsBreakpoint</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.debug.core.model.IDisconnect">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.debug.core.model.IDisconnect</h3>
<code>canDisconnect, disconnect, isDisconnected</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.ptp.debug.core.model.IExecFileInfo">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.ptp.debug.core.model.<a href="IExecFileInfo.html" title="interface in org.eclipse.ptp.debug.core.model">IExecFileInfo</a></h3>
<code><a href="IExecFileInfo.html#getGlobals()">getGlobals</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.debug.core.model.IMemoryBlockRetrieval">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.debug.core.model.IMemoryBlockRetrieval</h3>
<code>getMemoryBlock, supportsStorageRetrieval</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.ptp.debug.core.model.IPDebugElement">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.ptp.debug.core.model.<a href="IPDebugElement.html" title="interface in org.eclipse.ptp.debug.core.model">IPDebugElement</a></h3>
<code><a href="IPDebugElement.html#getCurrentStateInfo()">getCurrentStateInfo</a>, <a href="IPDebugElement.html#getID()">getID</a>, <a href="IPDebugElement.html#getSession()">getSession</a>, <a href="IPDebugElement.html#getState()">getState</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.ptp.debug.core.model.IRestart">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.ptp.debug.core.model.<a href="IRestart.html" title="interface in org.eclipse.ptp.debug.core.model">IRestart</a></h3>
<code><a href="IRestart.html#canRestart()">canRestart</a>, <a href="IRestart.html#restart()">restart</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.ptp.debug.core.model.IResumeWithoutSignal">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.ptp.debug.core.model.<a href="IResumeWithoutSignal.html" title="interface in org.eclipse.ptp.debug.core.model">IResumeWithoutSignal</a></h3>
<code><a href="IResumeWithoutSignal.html#canResumeWithoutSignal()">canResumeWithoutSignal</a>, <a href="IResumeWithoutSignal.html#resumeWithoutSignal()">resumeWithoutSignal</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.ptp.debug.core.model.ISteppingModeTarget">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.ptp.debug.core.model.<a href="ISteppingModeTarget.html" title="interface in org.eclipse.ptp.debug.core.model">ISteppingModeTarget</a></h3>
<code><a href="ISteppingModeTarget.html#enableInstructionStepping(boolean)">enableInstructionStepping</a>, <a href="ISteppingModeTarget.html#isInstructionSteppingEnabled()">isInstructionSteppingEnabled</a>, <a href="ISteppingModeTarget.html#supportsInstructionStepping()">supportsInstructionStepping</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.debug.core.model.ISuspendResume">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.debug.core.model.ISuspendResume</h3>
<code>canResume, canSuspend, isSuspended, resume, suspend</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.ptp.debug.core.model.ITargetProperties">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.ptp.debug.core.model.<a href="ITargetProperties.html" title="interface in org.eclipse.ptp.debug.core.model">ITargetProperties</a></h3>
<code><a href="ITargetProperties.html#addPreferenceChangeListener(org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener)">addPreferenceChangeListener</a>, <a href="ITargetProperties.html#removePreferenceChangeListener(org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener)">removePreferenceChangeListener</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.debug.core.model.ITerminate">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.debug.core.model.ITerminate</h3>
<code>canTerminate, isTerminated, terminate</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="addRegisterGroup(java.lang.String,org.eclipse.ptp.debug.core.model.IPRegisterDescriptor[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addRegisterGroup</h4>
<pre class="methodSignature">void&nbsp;addRegisterGroup&#8203;(java.lang.String&nbsp;name,
<a href="IPRegisterDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegisterDescriptor</a>[]&nbsp;descriptors)</pre>
<div class="block">Add a register group</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - </dd>
<dd><code>descriptors</code> - </dd>
</dl>
</li>
</ul>
<a id="createGlobalVariable(org.eclipse.ptp.debug.core.model.IPGlobalVariableDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createGlobalVariable</h4>
<pre class="methodSignature"><a href="IPGlobalVariable.html" title="interface in org.eclipse.ptp.debug.core.model">IPGlobalVariable</a>&nbsp;createGlobalVariable&#8203;(<a href="IPGlobalVariableDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPGlobalVariableDescriptor</a>&nbsp;globalVariableDescriptor)
throws org.eclipse.debug.core.DebugException</pre>
<div class="block">Create a global variable</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>globalVariableDescriptor</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.eclipse.debug.core.DebugException</code></dd>
</dl>
</li>
</ul>
<a id="dispose()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dispose</h4>
<pre class="methodSignature">void&nbsp;dispose()</pre>
<div class="block">Dispose of any resources</div>
</li>
</ul>
<a id="fireChangeEvent(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fireChangeEvent</h4>
<pre class="methodSignature">void&nbsp;fireChangeEvent&#8203;(int&nbsp;content)</pre>
<div class="block">Fire debugger change event</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>content</code> - </dd>
</dl>
</li>
</ul>
<a id="getBreakpointAddress(org.eclipse.ptp.debug.core.model.IPLineBreakpoint)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBreakpointAddress</h4>
<pre class="methodSignature">java.math.BigInteger&nbsp;getBreakpointAddress&#8203;(<a href="IPLineBreakpoint.html" title="interface in org.eclipse.ptp.debug.core.model">IPLineBreakpoint</a>&nbsp;breakpoint)
throws org.eclipse.debug.core.DebugException</pre>
<div class="block">Get the breakpoint address</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>breakpoint</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.eclipse.debug.core.DebugException</code></dd>
</dl>
</li>
</ul>
<a id="getPDITarget()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPDITarget</h4>
<pre class="methodSignature"><a href="../pdi/model/IPDITarget.html" title="interface in org.eclipse.ptp.debug.core.pdi.model">IPDITarget</a>&nbsp;getPDITarget()</pre>
<div class="block">Get the PDI debug target</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="getRegisterDescriptors()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegisterDescriptors</h4>
<pre class="methodSignature"><a href="IPRegisterDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegisterDescriptor</a>[]&nbsp;getRegisterDescriptors()
throws org.eclipse.debug.core.DebugException</pre>
<div class="block">Get the register descriptors</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.eclipse.debug.core.DebugException</code></dd>
</dl>
</li>
</ul>
<a id="getSignals()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSignals</h4>
<pre class="methodSignature"><a href="IPSignal.html" title="interface in org.eclipse.ptp.debug.core.model">IPSignal</a>[]&nbsp;getSignals()
throws org.eclipse.debug.core.DebugException</pre>
<div class="block">Get the debugger signal handlers</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.eclipse.debug.core.DebugException</code></dd>
</dl>
</li>
</ul>
<a id="getTasks()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTasks</h4>
<pre class="methodSignature"><a href="../TaskSet.html" title="class in org.eclipse.ptp.debug.core">TaskSet</a>&nbsp;getTasks()</pre>
<div class="block">Get the tasks for this target</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.0</dd>
</dl>
</li>
</ul>
<a id="hasSignals()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasSignals</h4>
<pre class="methodSignature">boolean&nbsp;hasSignals()
throws org.eclipse.debug.core.DebugException</pre>
<div class="block">Check if this target has signal handlers</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.eclipse.debug.core.DebugException</code></dd>
</dl>
</li>
</ul>
<a id="isLittleEndian()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLittleEndian</h4>
<pre class="methodSignature">boolean&nbsp;isLittleEndian()</pre>
<div class="block">Check if the target is little endian</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="isPostMortem()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPostMortem</h4>
<pre class="methodSignature">boolean&nbsp;isPostMortem()</pre>
<div class="block">Check if this is post mortem</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="modifyRegisterGroup(org.eclipse.ptp.debug.core.model.IPPersistableRegisterGroup,org.eclipse.ptp.debug.core.model.IPRegisterDescriptor[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>modifyRegisterGroup</h4>
<pre class="methodSignature">void&nbsp;modifyRegisterGroup&#8203;(<a href="IPPersistableRegisterGroup.html" title="interface in org.eclipse.ptp.debug.core.model">IPPersistableRegisterGroup</a>&nbsp;group,
<a href="IPRegisterDescriptor.html" title="interface in org.eclipse.ptp.debug.core.model">IPRegisterDescriptor</a>[]&nbsp;descriptors)</pre>
<div class="block">Modify the register group</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>group</code> - </dd>
<dd><code>descriptors</code> - </dd>
</dl>
</li>
</ul>
<a id="removeRegisterGroups(org.eclipse.debug.core.model.IRegisterGroup[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeRegisterGroups</h4>
<pre class="methodSignature">void&nbsp;removeRegisterGroups&#8203;(org.eclipse.debug.core.model.IRegisterGroup[]&nbsp;groups)</pre>
<div class="block">Remove register groups</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>groups</code> - </dd>
</dl>
</li>
</ul>
<a id="restoreDefaultRegisterGroups()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>restoreDefaultRegisterGroups</h4>
<pre class="methodSignature">void&nbsp;restoreDefaultRegisterGroups()</pre>
<div class="block">Restore default register groups</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IPDebugTarget.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>