delbp X endpcs X subpcs X
1: # 2: /* 3: * 4: * UNIX debugger - small version 5: * 6: */ 7: 8: subpcs(modif) 9: { 10: prints("sub processes not supported\n"); 11: } 12: 13: delbp() 14: {;} 15: 16: endpcs() 17: {;}