Searched refs:validate_args (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | recount.py | 7 def validate_args(opts, valid_flags): function 40 validate_args(cmd_options, ['M']) 43 validate_args(cmd_options, ['F', 'M', 'T']) 46 validate_args(cmd_options, ['M']) 49 validate_args(cmd_options, ['A', 'M', 'T']) 54 validate_args(cmd_options, []) 576 validate_args(cmd_options, ['F'])
|