Searched refs:validate_args (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | recount.py | 6 def validate_args(opts, valid_flags): function 39 validate_args(cmd_options, ['M']) 42 validate_args(cmd_options, ['F', 'M', 'T']) 45 validate_args(cmd_options, ['M']) 48 validate_args(cmd_options, ['A', 'M', 'T']) 502 validate_args(cmd_options, ['F'])
|