Home
last modified time | relevance | path

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

/xnu-8020.121.3/tools/lldbmacros/
H A Dkext.py38 ArgumentError,
171 raise ArgumentError("kext name is missing")
252 raise ArgumentError("Insufficient arguments")
417 … raise ArgumentError("Unable to find load address for module described at {:s} ".format(filename))
476 raise ArgumentError("Unable to resolve {:s}".format(exec_path))
479 raise ArgumentError(
499 raise ArgumentError("No arguments specified.")
506 raise ArgumentError("Unknown argument {:s}".format(uuid))
524 raise ArgumentError("Insufficient arguments")
H A Drefgrp.py31 raise ArgumentError("Unknown arguments: {:s}".format(cmd_args[0]))
48 raise ArgumentError("Unknown arguments: {:s}".format(cmd_args[0]))
100 raise ArgumentError("Invalid arguments passed.")
H A Dprocess.py605 raise ArgumentError("No arguments passed")
668 raise ArgumentError("No arguments passed")
777 raise ArgumentError("Invalid arguments passed.")
781 raise ArgumentError("Unknown arguments: {:s}".format(cmd_args[0]))
799 raise ArgumentError("No arguments passed")
818 raise ArgumentError("No arguments passed")
838 raise ArgumentError("No arguments passed")
1019 raise ArgumentError("Invalid arguments")
1097 raise ArgumentError("Too few arguments to taskforpmap.")
1188 raise ArgumentError("No arguments passed")
[all …]
H A Dxnu.py137 except ArgumentError as arg_error:
534 raise ArgumentError("No command specified.")
539 raise ArgumentError("Subcommand (%s) is not a valid command. " % str(command_args[0]))
966 raise ArgumentError("invalid arguments")
968 raise ArgumentError("insufficient arguments")
1003 raise ArgumentError("invalid arguments")
1005 raise ArgumentError("insufficient arguments")
1038 raise ArgumentError("Invalid cpu specification: %s" % cpu_num_string)
1044 raise ArgumentError("Invalid CPU range specified: `%s'" % cpu_num_string)
1055 …raise ArgumentError("Invalid CPU number specified. Valid range is 0..%d" % (kern.globals.real_ncp…
[all …]
H A Dpmap.py939 raise ArgumentError("Too few arguments to pmap_walk.")
966 raise ArgumentError("Too few arguments to ttep_walk.")
976 raise ArgumentError("Invalid translation attribute type.")
986 raise ArgumentError("Too few arguments to decode_tte.")
988 raise ArgumentError("{} is not a valid stage of translation.".format(cmd_args[2]))
1217 raise ArgumentError("Too few arguments to pv_walk.")
1236 raise ArgumentError("Too few arguments to kvtophys.")
1249 raise ArgumentError("Too few arguments to phystokv.")
1331 raise ArgumentError("Too few arguments to showpte.")
1338 raise ArgumentError("Invalid translation attribute type.")
[all …]
H A Duserspace.py146 raise ArgumentError("Insufficient arguments")
174 raise ArgumentError("Insufficient arguments")
186 raise ArgumentError("Invalid format specifier provided.")
216 raise ArgumentError("Insufficient arguments")
382 raise ArgumentError("Insufficient arguments")
597 raise ArgumentError("Insufficient arguments")
889 raise ArgumentError('Please provide the kcdata descriptor.')
905 raise ArgumentError('Invalid task pointer provided.')
H A Dbank.py77 raise ArgumentError("Please provide arguments")
99 raise ArgumentError("Please provide arguments")
H A Dsysreg.py48 raise ArgumentError("Missing arguments.")
54 raise ArgumentError("{} is not supported".format(reg_name))
H A Dcounter.py24 raise ArgumentError("Please specify the address of the counter you want to read.")
H A Dcoreanalytics.py11 raise ArgumentError("Please specify an event.")
H A Dmbufs.py111 raise ArgumentError("Missing argument 0 in user function.")
142 raise ArgumentError("Missing argument 0 in user function.")
161 raise ArgumentError("Missing argument 0 in user function.")
191 raise ArgumentError("Invalid arguments passed.")
721 raise ArgumentError("Missing argument 0 in user function.")
805 raise ArgumentError("Missing argument 0 in user function.")
818 raise ArgumentError("Missing argument 0 in user function.")
H A Dusertaskgdbserver.py40 raise ArgumentError("Please provide valid task argument.")
H A Dskywalk.py108 raise ArgumentError('missing struct proc * argument')
124 raise ArgumentError('missing struct kern_channel * argument')
627 raise ArgumentError('missing struct proc * argument')
775 raise ArgumentError('missing struct cuckoo_hashtable * argument')
H A Dmemory.py89 raise ArgumentError("No arguments passed")
700 raise ArgumentError("No arguments passed")
1126 raise ArgumentError("Invalid zone {:s}".format(zone_arg))
1145 raise ArgumentError("Invalid size {:s}".format(cmd_options['-S']))
1424 raise ArgumentError("No arguments passed")
1433 raise ArgumentError("Invalid cpu {d}".format(cpu))
1490 raise ArgumentError("Invalid waitq set address: {:s}".format(cmd_options["-S"]))
2477 raise ArgumentError("Please specify the address of the lock whose info you want to view.")
2573 raise ArgumentError("Please specify the thread pointer")
2577 raise ArgumentError("Invalid thread pointer")
[all …]
H A Dscheduler.py224 raise ArgumentError("Invalid argument")
234 raise ArgumentError("Invalid argument")
253 raise ArgumentError("Invalid argument")
307 raise ArgumentError("Invalid argument")
320 raise ArgumentError("Invalid argument")
480 raise ArgumentError("unsupported sort column")
H A Dipc.py1336 raise ArgumentError("no port address provided")
1627 raise ArgumentError('Invalid arguments')
1738 raise ArgumentError("Please provide valid argument")
1766 raise ArgumentError("Please provide correct arguments.")
1929 raise ArgumentError('Please provide <ipc_voucher_attr_control_t>')
2070 raise ArgumentError("Please provide valid argument")
2101 raise ArgumentError("no port address provided")
2114 raise ArgumentError("no task address provided")
H A Dmisc.py689 raise ArgumentError("Invalid arguments passed.")
732 raise ArgumentError("Invalid arguments passed.")
1105 raise ArgumentError("usage: iterate_linkage {queue_head_ptr} {element_type} {field_name}")
1109 raise ArgumentError("Unknown queue_head pointer: %r" % cmd_args)
1113 raise ArgumentError("usage: iterate_linkage {queue_head_ptr} {element_type} {field_name}")
H A Dturnstile.py99 raise ArgumentError("Please provide arguments")
H A Dktrace.py117 raise ArgumentError('argument provided is NULL')
127 raise ArgumentError('no argument provided and active typefilter is not set')
672 raise ArgumentError('error: path to trace file is required')
H A Dstructanalyze.py215 raise ArgumentError("Please provide a type name.")
H A Dworkqueue.py137 raise ArgumentError('not a workqueue thread')
H A Dnet.py2183 raise ArgumentError("Missing argument 0 in user function.")
2202 raise ArgumentError("Missing argument 0 in user function.")
H A DREADME.md171 …6. If your function finds issue with the passed argument then you can `raise ArgumentError('error_…
/xnu-8020.121.3/tools/lldbmacros/core/
H A Dstandard.py10 class ArgumentError(Exception): class
230 raise ArgumentError(str(err))
236 raise ArgumentError("HELP")