Searched refs:exec_path (Results 1 – 2 of 2) sorted by relevance
570 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))
7538 char *exec_path; in thread_get_current_exec_path() local7544 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()