Home
last modified time | relevance | path

Searched refs:exec_path (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dkext.py570 exec_path = cmd_options["-F"]
571 exec_full_path = ResolveFSPath(exec_path)
573 raise ArgumentError("Unable to resolve {:s}".format(exec_path))
580 … LLDB does not support adding kext based on directory paths like gdb used to.""".format(exec_path))
/xnu-11215/bsd/kern/
H A Dkern_exec.c7538 char *exec_path; in thread_get_current_exec_path() local
7544 exec_path = imgp->ip_strings + strlen(EXECUTABLE_KEY); in thread_get_current_exec_path()
7545 string_size = imgp->ip_strendp - exec_path; in thread_get_current_exec_path()
7549 string_size = strlcpy(path, exec_path, string_size); in thread_get_current_exec_path()