cvhang(1)cvhang(1) NAME cvhang - Creates a process in a hung state SYNOPSIS cvhang -s target_name [args] IMPLEMENTATION IRIX systems DESCRIPTION The cvhang command lets you instantiate a 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 cvhang command accepts the following options: Option Description -s target_name Specifies the name of the process that will be suspended prior to executing its first user instruction. This option is required. args Specifies any optional arguments or input. EXAMPLES The following example shows a common use of the cvhang command: $ cvhang a.out < infile & [1] 399039 $ cvd -pid 399039 SEE ALSO cvd(1), cvxhang(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