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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnto-procfs.c92 static char nto_procfs_path[PATH_MAX] = { "/proc" }; variable
107 node = netmgr_strtond(nto_procfs_path,0);
156 snprintf (nto_procfs_path, PATH_MAX - 1, "%s%s", nodestr ? nodestr : "", "/proc");
160 fd = open (nto_procfs_path, O_RDONLY);
163 printf_filtered ("Error opening %s : %d (%s)\n", nto_procfs_path, errno,
208 printf_filtered ("Debugging using %s\n", nto_procfs_path);
270 dp = opendir (nto_procfs_path);
274 nto_procfs_path, errno, safe_strerror (errno));
292 snprintf (buf, 511, "%s/%s/as", nto_procfs_path, dirp->d_name);
492 target_pid_to_str (inferior_ptid), nto_procfs_path);
[all...]

Completed in 89 milliseconds