83 lines
4.9 KiB
HTML
83 lines
4.9 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>Debug Session Control APIs</title>
|
||
|
<!-- Begin Header Records ========================================= -->
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<!-- Change History: -->
|
||
|
<!-- YYMMDD USERID Change description -->
|
||
|
<!-- DEBUG1 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2KEA304 -->
|
||
|
<!-- at RCHVMW2 on 29 Jan 1999 at 16:05:09 -->
|
||
|
<!-- Restructured for V5R2 ========================================= -->
|
||
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- End Header Records -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Java sync-link -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<h2>Debug Session Control APIs</h2>
|
||
|
|
||
|
<p>Debug session control APIs are used to start the source debug session,
|
||
|
determine which programs, modules, and views are referenced, and control
|
||
|
certain attributes of the debug environment.</p>
|
||
|
|
||
|
<p>The Debug Session Control APIs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************API BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="QTECHGTH.htm">Change Current Thread</A> (QteChangeCurrentThread) changes the current thread to any thread being debugged.</li>
|
||
|
<li><A HREF="QTECHGST.htm">Change Thread Status</A> (QteChangeThreadStatus) changes the debug status for threads being debugged.</li>
|
||
|
<li><A HREF="QTEENDSD.htm">End Source Debug</A> (QteEndSourceDebug) takes the job out of debug mode.</li>
|
||
|
<li><A HREF="qterseph.htm">Register Service Entry Point Stop Handler</A> (QteRegSrvEntPntStpHdlr) registers a special event handler to handle Service Entry breakpoint events.</li>
|
||
|
<li><A HREF="QTERTVDA.htm">Retrieve Debug Attribute</A> (QteRetrieveDebugAttribute) retrieves the attributes of the source debug session.</li>
|
||
|
<li><A HREF="QTERTVTH.htm">Retrieve Debugged Threads</A> (QteRetrieveDebuggedThreads) retrieves information for threads being debugged.</li>
|
||
|
<li><A HREF="QTERTVMV.htm">Retrieve Module Views</A> (QteRetrieveModuleViews()) returns to the caller the list of modules and views that are associated with a specific ILE or OPM program.</li>
|
||
|
<li><A HREF="qtertvpn.htm">Retrieve Source Path Name</A> (QteRetrieveSourcePathName) returns the full source path name for a Java source file.</li>
|
||
|
<li><A HREF="QTESETDA.htm">Set Debug Attribute</A> (QteSetDebugAttribute) sets the attributes of the source debug session.</li>
|
||
|
<li><A HREF="QTESTRSD.htm">Start Source Debug</A> (QteStartSourceDebug()) enables your session to use the source debugger.</li>
|
||
|
<li><A HREF="QTESTPJB.htm">Stop Debugged Job</A> (QteStopDebuggedJob) causes debug to halt all threads being debugged in a job.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
|
||
|
<p>Debug session control exit programs are used to process breakpoints and start,
|
||
|
stop, and display screens within the source debug session. The debug session
|
||
|
control exit programs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************EXIT PROGRAM BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="XTEDBGSH.htm">Debug Session Handler</A> manages the source debugger, telling it when to start, stop, and display its screens. This program is registered on the Start Debug Command.</li>
|
||
|
<li><A HREF="XTEPGMSH.htm">Program Stop Handler</A> is registered on the Start Source Debug API. This program is called by the source debugger support when an ILE or OPM program stops at a breakpoint or for other reasons.</li>
|
||
|
<li><A HREF="xtepseph.htm">Service Entry Point Stop Handler</A> is a user-written program that handles the service entry point program-stop condition.</li>
|
||
|
</ul>
|
||
|
<!--***************EXIT PROGRAM END PASTE***************-->
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
|
||
|
"debug1.htm">Debugger APIs</a> | <a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|
||
|
|