[an error occurred while processing this directive]

HP OpenVMS Systems

HP Digital Continuous Profiling Infrastructure
» 

HP OpenVMS Systems

OpenVMS information

» What's new on our site
» Upcoming events
» Configuration and buying assistance
» Send us your comments

HP OpenVMS systems

» OpenVMS software
» Supported Servers
» OpenVMS virtualization
» OpenVMS solutions and partners
» OpenVMS success stories
» OpenVMS service and support
» OpenVMS resources and information
» OpenVMS documentation
» Education and training

DCPI

» Home
» What's New
» Install Software
» Documentation
» Publications

Evolving business value

» Business Systems Evolution
» AlphaServer systems transition planning
» Alpha RetainTrust program

Related links

» HP Integrity servers
» HP Alpha systems
» HP storage
» HP software
» HP products and services
» HP solutions
» HP support
disaster proof
HP Integrity server animation
HP Integrity server animation
Content starts here

DBG$DYN_END

Notifies the HP DCPI daemon that the process that made the initial call to DBG$DYN_BEGIN no longer intends to generate code dynamically.

Format

DBG$DYN_END context

Returns

OpenVMS usage: cond value
type: longword (unsigned)
access: write only
mechanism: by value

Arguments

context

OpenVMS usage: quadword 
type: quadword (unsigned)
access: read write
mechanism: by reference

The context argument specifies the unique identifier assigned by DBG$DYN_BEGIN to the caller.

Description

When an application that executed code dynamically no longer intends to generate code, it must make a call to DBG$DYN_END so that the DCPI daemon has the opportunity to write out any code segments that have not yet been written.  The  DBG$DYN_END  routine will block until the DCPI daemon has completed writing out the image file.


Condition Values Returns

SS$_NORMAL The routine successfully completed.
Other If this routine does not complete successfully, it returns the status of the call it made that failed.

Example

See an example of the interaction between DCPI and an application that executes code dynamically.


Comments
Last modified: April 8, 2004