Searched refs:command_args (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/tests/ |
| H A D | vm_set_max_addr_test.c | 29 char * command_args[] = { command_path, NULL }; variable 35 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL); 47 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL);
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | xnu.py | 291 command_args = shlex.split(command) 297 command_args = [opt for opt in command_args if opt not in _DEBUG_OPTS] 307 stream.setOptions(command_args, option_string) 709 command_args = cmd_args 710 if len(command_args) == 0: 733 module_name = command_args[-1] 750 test_name = command_args[-1] 767 save_path = command_args[1] 774 lldb.debugger.HandleCommand(" ".join(command_args[2:])) 799 save_path = command_args[1] [all …]
|