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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c3598 const char *inf_args; local
3609 inf_args = get_inferior_args ();
3610 if (inf_args && *inf_args
3611 && (strlen (inf_args)
3616 strncat (psargs, inf_args,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c3585 const std::string &inf_args = current_inferior ()->args (); local
3586 if (!inf_args.empty () &&
3587 inf_args.length () < ((int) sizeof (psargs) - (int) strlen (psargs)))
3591 strncat (psargs, inf_args.c_str (),

Completed in 140 milliseconds