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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-procfs.c248 gdb_file_up comm_file = gdb_fopen_cloexec (comm_path, "r"); local
249 if (comm_file == NULL)
252 comm_val = fgets (comm_buf, sizeof (comm_buf), comm_file.get ());
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-procfs.c248 gdb_file_up comm_file = gdb_fopen_cloexec (comm_path, "r"); local
249 if (comm_file == NULL)
252 comm_val = fgets (comm_buf, sizeof (comm_buf), comm_file.get ());

Completed in 258 milliseconds