Searched refs:ArgumentError (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/core/
H A Dstandard.py6 class ArgumentError(Exception): class in inherits:Exception
99 raise ArgumentError(str(err))
105 raise ArgumentError("HELP")
/xnu-2782.1.97/tools/lldbmacros/
H A Datm.py44 raise ArgumentError("Please provide arguments")
H A Dstructanalyze.py61 raise ArgumentError("Please provide a type name.")
H A Dbank.py75 raise ArgumentError("Please provide arguments")
97 raise ArgumentError("Please provide arguments")
H A Dxnu.py110 except ArgumentError as arg_error:
470 raise ArgumentError("No command specified.")
475 raise ArgumentError("Subcommand (%s) is not a valid command. " % str(command_args[0]))
639 raise ArgumentError("invalid arguments")
641 raise ArgumentError("insufficient arguments")
674 raise ArgumentError("invalid arguments")
676 raise ArgumentError("insufficient arguments")
H A Dmbufs.py77 raise ArgumentError("Missing argument 0 in user function.")
122 raise ArgumentError("Missing argument 0 in user function.")
155 raise ArgumentError("Invalid arguments passed.")
621 raise ArgumentError("Missing argument 0 in user function.")
685 raise ArgumentError("Missing argument 0 in user function.")
698 raise ArgumentError("Missing argument 0 in user function.")
H A Dprocess.py466 raise ArgumentError("Invalid arguments passed.")
604 raise ArgumentError('Invalid arguments')
815 raise ArgumentError("No arguments passed")
819 raise ArgumentError("unknown arguments: {:s}".format(str(cmd_args)))
854 raise ArgumentError("No arguments passed")
1451 raise ArgumentError("No arguments passed.")
1454 raise ArgumentError("unknown arguments: %r" %cmd_args)
H A Dipc.py600 raise ArgumentError('Invalid arguments')
722 raise ArgumentError("Please provide valid argument")
750 raise ArgumentError("Please provide correct arguments.")
913 raise ArgumentError('Please provide <ipc_voucher_attr_control_t>')
1054 raise ArgumentError("Please provide valid argument")
H A Duserspace.py136 raise ArgumentError("Insufficient arguments")
161 raise ArgumentError("Insufficient arguments")
169 raise ArgumentError("Invalid format specifier provided.")
195 raise ArgumentError("Insufficient arguments")
486 raise ArgumentError("Insufficient arguments")
H A Dmemory.py491 raise ArgumentError("Need a btlog_t parameter")
502 raise ArgumentError("<element> is missing in args. Need a search pointer.")
1184 raise ArgumentError("Insufficient arguments")
1212 raise ArgumentError("Unable to resolve {:s}".format(exec_path))
1215 raise ArgumentError("Path is {:s} not a filepath. \nPlease check that path points to executable.\
1219 raise ArgumentError("Path is {:s} not an executable file".format(exec_path))
1242 raise ArgumentError("Unable to find load address for module described at %s " % exec_full_path)
1277 raise ArgumentError("No arguments specified.")
1286 raise ArgumentError("Unknown argument {:s}".format(uuid))
1960 raise ArgumentError("Pleas
[all...]
H A Dpmap.py717 raise ArgumentError("Too few arguments to pmap_walk.")

Completed in 37 milliseconds