Home
last modified time | relevance | path

Searched refs:ArgumentError (Results 1 – 25 of 30) sorted by relevance

12

/xnu-11215/tools/lldbmacros/
H A Drefgrp.py29 raise ArgumentError("Unknown arguments: {:s}".format(cmd_args[0]))
46 raise ArgumentError("Unknown arguments: {:s}".format(cmd_args[0]))
98 raise ArgumentError("Invalid arguments passed.")
H A Dcounter.py3 LazyTarget, value, ArgumentError,
25 raise ArgumentError("Please specify the address of the "
H A Dkext.py35 ArgumentError,
194 raise ArgumentError("kext name is missing")
277 raise ArgumentError("Insufficient arguments")
442 … raise ArgumentError("Unable to find load address for module described at {:s} ".format(filename))
541 raise ArgumentError("Unknown argument {:s}".format(uuid))
573 raise ArgumentError("Unable to resolve {:s}".format(exec_path))
576 raise ArgumentError(
600 raise ArgumentError("No arguments specified.")
612 raise ArgumentError("Insufficient arguments")
H A Dtaskinfo.py35 raise ArgumentError("Invalid argument")
68 raise ArgumentError("Invalid argument")
H A Dworkload.py67 raise ArgumentError("Invalid arguments passed.")
84 raise ArgumentError("Invalid arguments passed.")
H A Dpmap.py714 raise ArgumentError("Too few arguments to pmap_walk.")
741 raise ArgumentError("Too few arguments to ttep_walk.")
751 raise ArgumentError("Invalid translation attribute type.")
761 raise ArgumentError("Too few arguments to decode_tte.")
997 raise ArgumentError("Too few arguments to pv_walk.")
1016 raise ArgumentError("Too few arguments to kvtophys.")
1029 raise ArgumentError("Too few arguments to phystokv.")
1078 raise ArgumentError("Too few arguments to phystofte.")
1186 raise ArgumentError("Too few arguments to showpte.")
1407 raise ArgumentError("Too few arguments to pv_check.")
[all …]
H A Dprocess.py690 raise ArgumentError("No arguments passed")
774 raise ArgumentError("No arguments passed")
912 raise ArgumentError("No arguments passed")
931 raise ArgumentError("No arguments passed")
951 raise ArgumentError("No arguments passed")
1132 raise ArgumentError("Invalid arguments")
1328 raise ArgumentError("No arguments passed")
1430 raise ArgumentError("No arguments passed")
1447 raise ArgumentError("No arguments passed")
1458 raise ArgumentError("No arguments passed")
[all …]
H A Duserspace.py129 raise ArgumentError("Insufficient arguments")
155 raise ArgumentError("Insufficient arguments")
167 raise ArgumentError("Invalid format specifier provided.")
197 raise ArgumentError("Insufficient arguments")
363 raise ArgumentError("Insufficient arguments")
567 raise ArgumentError("Insufficient arguments")
855 raise ArgumentError('Please provide the kcdata descriptor.')
871 raise ArgumentError('Invalid task pointer provided.')
H A Drecount.py2 kern, ArgumentError, unsigned, lldb_command, header, GetEnumValue,
11 raise ArgumentError('-{} not supported in subcommand'.format(k))
37 raise ArgumentError('subcommand required')
57 raise ArgumentError('{}: invalid subcommand'.format(cmd_args[0]))
427 raise ArgumentError('no processor found with CPU ID {}'.format(
573 raise ArgumentError('diagnose subcommand required')
579 raise ArgumentError('{}: invalid diagnose subcommand'.format(
H A Dexclaves.py8 from core.standard import VT, ArgumentError
130 raise ArgumentError("No arguments passed.")
H A Dbank.py75 raise ArgumentError("Please provide arguments")
97 raise ArgumentError("Please provide arguments")
H A Dxnu.py319 except ArgumentError as arg_error:
711 raise ArgumentError("No command specified.")
716 raise ArgumentError("Subcommand (%s) is not a valid command. " % str(command_args[0]))
1262 raise ArgumentError("invalid arguments")
1264 raise ArgumentError("insufficient arguments")
1299 raise ArgumentError("invalid arguments")
1301 raise ArgumentError("insufficient arguments")
1334 raise ArgumentError("Invalid cpu specification: %s" % cpu_num_string)
1340 raise ArgumentError("Invalid CPU range specified: `%s'" % cpu_num_string)
1369 raise ArgumentError("Invalid sort key field name `%s'" % field_arg)
[all …]
H A Dsysreg.py45 raise ArgumentError("Missing arguments.")
51 raise ArgumentError("{} is not supported".format(reg_name))
H A Dcoreanalytics.py9 raise ArgumentError("Please specify an event.")
H A Dkasan.py577 raise ArgumentError("Missing address argument")
581 raise ArgumentError("Missing address argument")
585 raise ArgumentError("Missing address argument")
589 raise ArgumentError("Missing address argument")
593 raise ArgumentError("Missing address argument")
599 raise ArgumentError(
608 raise ArgumentError("Unknown subcommand: `{}'".format(cmd))
H A Dktrace.py112 raise ArgumentError('argument provided is NULL')
122 raise ArgumentError('no argument provided and active typefilter is not set')
627 raise ArgumentError(
725 raise ArgumentError('error: path to trace file is required')
729 raise ArgumentError('error: -L and -N are mutually exclusive')
734 raise ArgumentError(
H A Dusertaskgdbserver.py38 raise ArgumentError("Please provide valid task argument.")
H A Dmemory.py53 raise ArgumentError("No arguments passed")
259 raise ArgumentError("No arguments passed")
1187 raise ArgumentError("No arguments passed")
1532 raise ArgumentError("Range ID not specified")
2614 raise ArgumentError("Invalid thread pointer")
2729 raise ArgumentError("Please specify a ctid")
2744 raise ArgumentError("Please specify a ctid")
3189 raise ArgumentError("invalid arguments")
3742 raise ArgumentError("Insufficient arguments")
3905 raise ArgumentError("Please specify a zone")
[all …]
H A Dmbufs.py256 raise ArgumentError("Missing argument 0 in user function.")
290 raise ArgumentError("Missing argument 0 in user function.")
309 raise ArgumentError("Missing argument 0 in user function.")
351 raise ArgumentError("Invalid arguments passed.")
1091 raise ArgumentError("Missing argument 0 in user function.")
1191 raise ArgumentError("Missing argument 0 in user function.")
1207 raise ArgumentError("Missing argument 0 in user function.")
H A Dskywalk.py105 raise ArgumentError('missing struct proc * argument')
121 raise ArgumentError('missing struct kern_channel * argument')
621 raise ArgumentError('missing struct proc * argument')
775 raise ArgumentError('missing struct cuckoo_hashtable * argument')
H A Dmisc.py567 raise ArgumentError("usage: iterate_linkage {queue_head_ptr} {element_type} {field_name}")
571 raise ArgumentError("Unknown queue_head pointer: %r" % cmd_args)
575 raise ArgumentError("usage: iterate_linkage {queue_head_ptr} {element_type} {field_name}")
H A Dscheduler.py225 raise ArgumentError("Invalid argument")
235 raise ArgumentError("Invalid argument")
254 raise ArgumentError("Invalid argument")
308 raise ArgumentError("Invalid argument")
321 raise ArgumentError("Invalid argument")
482 raise ArgumentError("unsupported sort column")
H A Dipc.py1443 raise ArgumentError("no port address provided")
1751 raise ArgumentError('Invalid arguments')
1862 raise ArgumentError("Please provide valid argument")
1889 raise ArgumentError("Please provide correct arguments.")
2064 raise ArgumentError('Please provide <ipc_voucher_attr_control_t>')
2195 raise ArgumentError("Please provide valid argument")
2207 raise ArgumentError("no port address provided")
2221 raise ArgumentError("no task address provided")
H A Dturnstile.py123 raise ArgumentError("Please provide arguments")
/xnu-11215/tools/lldbmacros/core/
H A Dstandard.py11 class ArgumentError(Exception): class
435 raise ArgumentError(str(err))
441 raise ArgumentError("HELP")

12