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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c201 char nto_procfs_path[PATH_MAX]; local
238 snprintf (nto_procfs_path, PATH_MAX - 1, "%s%s",
241 scoped_fd fd (open (nto_procfs_path, O_RDONLY));
244 printf_filtered ("Error opening %s : %d (%s)\n", nto_procfs_path, errno,
286 printf_filtered ("Debugging using %s\n", nto_procfs_path);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c201 char nto_procfs_path[PATH_MAX]; local
238 snprintf (nto_procfs_path, PATH_MAX - 1, "%s%s",
241 scoped_fd fd (open (nto_procfs_path, O_RDONLY));
244 gdb_printf ("Error opening %s : %d (%s)\n", nto_procfs_path, errno,
286 gdb_printf ("Debugging using %s\n", nto_procfs_path);

Completed in 132 milliseconds