!
! Define verb for the Detached process DeBugger
!
! Command has the form:
!    $ ddb[/identification=pid][/log=logfile] [process_name]
!
module ddb_clitable
   define verb ddb
      parameter p1 label=process_name value (required) ! Process name
      qualifier identification syntax=id_syntax value (required) ! Process id
      qualifier log value (default='SYS$DISK:[]DDB.LOG', type=$outfile)

   define syntax id_syntax
      noparameters
