CVXHANG(1)CVXHANG(1)


NAME
     cvxhang - Creates a process in a hung state and inform requester's
     window

SYNOPSIS
     cvxhang (-signal hostname | window) (-nonX pid) (-name target_name)
     args

IMPLEMENTATION
     IRIX systems

DESCRIPTION
     The cvxhang command lets you instantiate the target process with
     optional arguments (args) and leave the process suspended just prior
     to executing the first user instruction.  The Debugger, or any other
     WorkShop tool, can then attach to the process and take control of its
     execution.

     The cvxhang command accepts the following options:

     -signal hostname | window
                    Specifies that cvxhang inform the window that requested
                    creation of a hung process (as specified by the
                    optional hostname and window arguments) of the target
                    process's process ID number (pid).

     -nonX pid      Specifies that the process who process ID is supplied
                    will be sent SIGUSR1 and can determine if the target is
                    ready to be attached.

     -name target_name
                    If specified, the default target process name of
                    argv[0] will be set to target_name.

     args           Specifies any optional arguments or input.

SEE ALSO
     cvd(1), cvhang(1), cvperf(1), cvstatic(1),

     ProDev WorkShop: Debugger User's Guide
     ProDev WorkShop: Performance Analyzer User's Guide
     ProDev WorkShop; Static Analyzer User's Guide